{ "name": "@dllcn/auto-deploy", "version": "1.1.2", "description": "自动部署脚本", "main": "upload.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/KeiferJu/auto-deploy.git" }, "keywords": [], "author": "KeiferJu (myllcn.com)", "license": "ISC", "bugs": { "url": "https://github.com/KeiferJu/auto-deploy/issues" }, "homepage": "https://github.com/KeiferJu/auto-deploy#readme", "dependencies": { "chalk": "^4.0.0", "compressing2": "^1.5.1", "inquirer": "^7.1.0", "node-ssh": "^10.0.2", "ora": "^4.0.4", "shelljs": "^0.8.4" } }