swd-deploy
Version:
swd-deploy 一个简单方便的前端自动部署工具,可通过使用 npm 将包安装到你的项目中。
37 lines (36 loc) • 918 B
JSON
{
"name": "swd-deploy",
"version": "2.2.2",
"description": "swd-deploy 一个简单方便的前端自动部署工具,可通过使用 npm 将包安装到你的项目中。",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"deploy",
"swd-deploy",
"前端自动化部署",
"ssh"
],
"author": "zll",
"license": "ISC",
"bin": {
"deploy": "./index.js",
"upload": "./index.js"
},
"dependencies": {
"ansi-colors": "^4.1.3",
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"compressing": "^1.10.1",
"inquirer": "^7.3.3",
"ora": "^4.1.1",
"shelljs": "^0.8.5",
"ssh2-sftp-client": "^10.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/zlluGitHub/swd-deploy"
},
"homepage": "https://github.com/zlluGitHub/swd-deploy"
}