mobtechcli
Version:
33 lines (32 loc) • 647 B
JSON
{
"name": "mobtechcli",
"version": "0.0.8",
"description": "mobtech cli",
"main": "index.js",
"bin": {
"mobTech": "./index.js",
"mb": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mobtech",
"cli"
],
"repository": {
"type": "git",
"url": "git+https://github.com/FAKER-A/mobTechCli.git"
},
"bugs": {
"url": "https://github.com/FAKER-A/mobTechCli/issues"
},
"author": "FAKER-A",
"license": "ISC",
"dependencies": {
"commander": "^4.0.0",
"download-git-repo": "^3.0.2",
"inquirer": "^7.0.0",
"ora": "^4.0.2"
}
}