shell-deploy
Version:
快速创建和执行一个自动化任务
43 lines (42 loc) • 818 B
JSON
{
"name": "shell-deploy",
"version": "0.4.0",
"description": "快速创建和执行一个自动化任务",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"bin": {
"shell-deploy": "lib/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/niuben/shell-deploy"
},
"scripts": {
"test": "node ./test/index.js",
"online": "npx shell-deploy online"
},
"keywords": [
"Automation",
"Task",
"Scp",
"cd",
"Upload",
"Delete",
"Copy",
"Visual",
"自动化",
"任务",
"上传",
"文件操作"
],
"author": "",
"license": "ISC",
"dependencies": {
"prompts": "^2.3.0",
"readline-sync": "^1.4.10",
"scp2": "^0.5.0",
"shelljs": "^0.8.3"
}
}