{ "name": "auto-deploy", "version": "1.0.0", "description": "", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "auto-deploy": "bin/auto-deploy-cli.js" }, "author": "", "license": "ISC", "dependencies": { "archiver": "^5.1.0", "chalk": "^4.1.0", "commander": "^6.2.1", "inquirer": "^7.3.3", "node-ssh": "^11.1.1" } }