qieman-cli
Version:
CLI for qieman(且慢)
31 lines (30 loc) • 594 B
JSON
{
"name": "qieman-cli",
"version": "1.1.0",
"description": "CLI for qieman(且慢)",
"repository": "shawjia/qieman",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin"
],
"bin": {
"qieman": "bin/qieman.js"
},
"keywords": [
"cli",
"qieman",
"且慢"
],
"engines": {
"node": ">=8.6"
},
"author": "shawjia <shawjia@gmail.com> (github.com/shawjia)",
"license": "MIT",
"dependencies": {
"commander": "^2.19.0",
"qieman": "^0.1.0"
},
"gitHead": "e32a8f61cbe000f14d9617728f6e09007987da7f"
}