squad-deploy-cli
Version:
24 lines (23 loc) • 452 B
JSON
{
"name": "squad-deploy-cli",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"bin": {
"squad": "index.js"
},
"preferGlobal": true,
"engines": {
"node": ">=8"
},
"dependencies": {
"chalk": "^3.0.0",
"chalk-animation": "^1.6.0",
"cli-table": "^0.3.1",
"commander": "^4.1.1",
"figlet": "^1.2.4",
"inquirer": "^7.0.4",
"ora": "^4.0.3",
"shelljs": "^0.8.3"
}
}