package.json 424 B

123456789101112131415161718192021
  1. {
  2. "name": "auto-deploy",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "src/index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "bin": {
  10. "auto-deploy": "bin/auto-deploy-cli.js"
  11. },
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "archiver": "^5.1.0",
  16. "chalk": "^4.1.0",
  17. "commander": "^6.2.1",
  18. "inquirer": "^7.3.3",
  19. "node-ssh": "^11.1.1"
  20. }
  21. }