jjz-deploy
Version:
基于NodeJS的前端部署工具,将前端打包好的目录进行压缩、上传到服务器、备份并且解压到服务器目录
30 lines (29 loc) • 576 B
JSON
{
"name": "jjz-deploy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"deploy": "./bin/index.js"
},
"keywords": [
"前端部署",
"nodejs前端部署"
],
"author": "zwb (caofen)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://gitee.com/caofen/jjz-deploy.git"
},
"bugs": {
"url": "https://gitee.com/caofen/jjz-deploy/issues"
},
"dependencies": {
"archiver": "^6.0.1",
"chalk": "^3.0.0",
"inquirer": "^8.2.6",
"log-symbols": "^4.1.0",
"node-ssh": "^13.1.0"
}
}