{ "name": "commander-demo", "version": "1.0.0", "main": "index.js", "license": "MIT", "dependencies": { "chalk": "^2.4.2", "commander": "^3.0.2", "inquirer": "^7.0.0" }, "bin": { "heracles": "./bin/npmrc.js" }, "scripts": { "start": "node index.js" } }