auto-deploy/package.json

29 lines
685 B
JSON

{
"name": "@dllcn/auto-deploy",
"version": "1.1.2",
"description": "自动部署脚本",
"main": "upload.js",
"scripts": {
"test": "node upload.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KeiferJu/auto-deploy.git"
},
"keywords": [],
"author": "KeiferJu <jkf19980216@163.com> (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"
}
}