mona-cli
Version:
Mona系列-命令行工具
46 lines (45 loc) • 991 B
JSON
{
"name": "mona-cli",
"version": "0.2.0",
"description": "Mona系列-命令行工具",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"mona": "./bin/cli.js",
"mo": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/func-star/mona-cli.git"
},
"keywords": [
"monajs",
"mona",
"mona-cli",
"cli"
],
"author": "yangxi",
"license": "ISC",
"bugs": {
"url": "https://github.com/func-star/mona-cli/issues"
},
"homepage": "https://github.com/func-star/mona-cli#readme",
"devDependencies": {
"download-git-repo": "^1.1.0",
"eslint": "^5.4.0",
"inquirer": "^6.2.0",
"khaos": "^0.9.3",
"khaos-patched": "^0.9.4",
"read-metadata": "^1.0.0",
"rimraf": "^2.6.2",
"uid": "0.0.2"
},
"dependencies": {
"chalk": "^2.4.1",
"console.table": "^0.10.0",
"tinify": "^1.6.0-beta.2",
"yargs": "^12.0.1"
}
}