devfactory/package.json
2024-02-28 15:06:35 +01:00

18 lines
338 B
JSON

{
"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"
}
}