comb-cli
Version:
comb cli
31 lines (30 loc) • 546 B
JSON
{
"name": "comb-cli",
"version": "1.0.15",
"description": "comb cli",
"preferGlobal": true,
"bin": {
"comb": "bin/comb.js"
},
"dependencies": {
"shelljs": "^0.7.8",
"yargs": "^9.0.1",
"colors": "^1.1.2"
},
"devDependencies": {},
"scripts": {
"test": "node bin/comb.js"
},
"author": "lzc",
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://gitee.com/syswin-bj/comb-cli.git"
},
"files":["lib", "bin"],
"keywords": [
"comb",
"comb-cli"
]
}