auto-deploy/package.json

44 lines
1019 B
JSON

{
"name": "@dllcnx/auto-deploy",
"version": "2.1.1",
"description": "自动部署脚本",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KeiferJu/auto-deploy.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [],
"author": "DLLCNX <dllcnx@foxmail.com> (myllcn.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/KeiferJu/auto-deploy/issues"
},
"homepage": "https://github.com/KeiferJu/auto-deploy#readme",
"dependencies": {
"@dllcnx/promise-ftp": "^1.3.6",
"bluebird": "^3.7.2",
"chalk": "^4.0.0",
"compressing2": "^1.5.1",
"inquirer": "^7.1.0",
"minimatch": "5.0.1",
"node-ssh": "^10.0.2",
"ora": "^4.0.4",
"read": "^1.0.7",
"shelljs": "^0.8.4",
"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"
}
}