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