auto-deploy/package.json

40 lines
963 B
JSON

{
"name": "@dllcn/auto-deploy",
"version": "2.0.0",
"description": "自动部署脚本",
"main": "index.js",
"scripts": {
"test": "node index.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",
"bluebird": "^3.7.2",
"minimatch": "5.0.1",
"promise-ftp": "^1.3.5",
"read": "^1.0.7",
"ssh2-sftp-client": "^7.2.1",
"upath": "^2.0.1"
},
"devDependencies": {
"chai": "^4.3.6",
"delete": "^1.1.0",
"ftp-srv": "^4.6.2",
"mocha": "^9.1.3"
}
}