build-to-qiankunserve
Version:
33 lines • 755 B
JSON
{
"name": "build-to-qiankunserve",
"version": "1.0.0",
"description": "前端微应用打包部署工具",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"deploy",
"swd-deploy",
"前端自动化部署",
"ssh"
],
"author": "zll",
"license": "ISC",
"bin": {
"qianKundeploy": "./index.js"
},
"dependencies": {
"chalk": "^4.0.0",
"compressing": "^1.5.1",
"inquirer": "^7.1.0",
"node-ssh": "^10.0.2",
"ora": "^4.0.4",
"shelljs": "^0.8.4"
},
"repository": {
"type": "git",
"url": "https://github.com/zlluGitHub/swd-deploy"
},
"homepage": "https://github.com/zlluGitHub/swd-deploy"
}