yw-auto-deploy-tool
Version:
一个自动打包、上传并部署的脚本工具
25 lines (24 loc) • 505 B
JSON
{
"name": "yw-auto-deploy-tool",
"version": "1.0.3",
"description": "一个自动打包、上传并部署的脚本工具",
"main": "lib/index.js",
"bin": {
"my-auto-deploy": "bin/deploy.js",
"my-auto-deploy-init": "bin/init.js"
},
"dependencies": {
"archiver": "^7.0.1",
"ssh2": "^1.16.0",
"ssh2-sftp-client": "^12.0.1",
"progress": "^2.0.3"
},
"keywords": [
"deploy",
"自动部署",
"sftp",
"ssh"
],
"author": "YiView",
"license": "MIT"
}