soda-bo-cli
Version:
## Global install ⚙️
47 lines (46 loc) • 961 B
JSON
{
"name": "soda-bo-cli",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"soda-bo-cli": "./bin/index",
"sbc": "./bin/index"
},
"keywords": [
"soda-bo-cli",
"sbc"
],
"author": "sodaFE",
"license": "ISC",
"devDependencies": {},
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"chalk": "^2.4.2",
"commander": "^2.20.0",
"compressing": "^1.5.0",
"connect": "^3.7.0",
"connect-history-api-fallback": "^1.6.0",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"download": "^8.0.0",
"extend": "^3.0.2",
"figlet": "^1.2.3",
"git-clone": "^0.1.0",
"ini": "^1.3.5",
"inquirer": "^6.5.0",
"minimist": "^1.2.0",
"npm": "^6.14.4",
"ora": "^3.4.0",
"serve-index": "^1.9.1",
"serve-static": "^1.14.1",
"shelljs": "^0.8.3"
}
}