UNPKG

mona-tool-cli

Version:
40 lines (39 loc) 851 B
{ "name": "mona-tool-cli", "version": "0.0.2", "description": "Mona系列-开发者命令行工具", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "tool": "./bin/cli.js", "to": "./bin/cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/func-star/mona-tool-cli.git" }, "keywords": [ "monajs", "mona", "mona-tool-cli", "mona-cli", "cli" ], "author": "yangxi", "license": "ISC", "bugs": { "url": "https://github.com/func-star/mona-tool-cli/issues" }, "homepage": "https://github.com/func-star/mona-tool-cli#readme", "devDependencies": { "eslint": "^5.4.0" }, "dependencies": { "chalk": "^2.4.1", "console.table": "^0.10.0", "tinify": "^1.6.0-beta.2", "yargs": "^12.0.1" } }