nomi-cli
Version:
为node框架nomi打造的cli工具
40 lines (39 loc) • 817 B
JSON
{
"name": "nomi-cli",
"version": "1.0.10",
"description": "为node框架nomi打造的cli工具",
"main": "lib/index.js",
"bin": {
"nomi-cli": "bin/nomi-cli.js"
},
"scripts": {
"test": "nomi test",
"compile": "babel --presets es2015,stage-0 -d lib/ bin/"
},
"repository": {
"type": "git",
"url": "https://github.com/williamkwg/nomi-cli.git"
},
"keywords": [
"nomi",
"nomi-cli",
"nomi-cli init"
],
"engines": {
"node": ">=8.0.0"
},
"author": "weiguo.kong",
"email": "weiguo.kong@qunar.com",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"babel-runtime": "^6.26.0",
"colors": "^1.2.1",
"commander": "^2.15.1",
"fs": "0.0.1-security",
"lodash": "^4.17.5"
},
"devDependencies": {
"babel-cli": "^6.26.0"
}
}