devfactory/package.json

18 lines
338 B
JSON
Raw Permalink Normal View History

2024-02-28 14:06:35 +00:00
{
"name": "devfactory",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@inquirer/prompts": "^4.1.0",
"chalk": "^5.3.0"
}
}