@bingosoft/cli
Version:
bingo framework cli
38 lines (37 loc) • 886 B
JSON
{
"name": "@bingosoft/cli",
"version": "0.1.8",
"description": "bingo framework cli",
"author": "bingosoft",
"license": "Apache-2.0",
"bin": {
"bingo-cli": "./bin/bingo-cli.js"
},
"scripts": {
"deploy": "npm publish --access public --registry=https://registry.npmjs.org/"
},
"repository": {
"type": "gitlab",
"url": "https://gitlab.bingosoft.net/bingo-framework/bingo-ui/cli.git"
},
"keywords": [
"bingo",
"cli",
"bingo-framework"
],
"dependencies": {
"adm-zip": "^0.4.16",
"chalk": "^4.0.0",
"commander": "^5.0.0",
"download-git-repo": "^3.0.2",
"glob": "^7.1.6",
"handlebars": "^4.7.6",
"inquirer": "^7.1.0",
"log-symbols": "^3.0.0",
"minimist": "^1.2.5",
"open": "^7.0.4",
"ora": "^4.0.3",
"request": "^2.88.2",
"shelljs": "^0.8.4"
}
}