{
    "name": "@monajs/commander",
    "version": "1.0.0",
    "description": "Mona系列 - 命令行底层服务",
    "main": "index.js",
    "scripts": {
        "test": "mocha"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/monajs/mona-commander.git"
    },
    "bin": {
        "co": "./examples/index.js"
    },
    "keywords": [
        "mona",
        "monajs",
        "commander",
        "commander.js",
        "commanderjs"
    ],
    "author": "yangxi",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/monajs/mona-commander/issues"
    },
    "homepage": "https://github.com/monajs/mona-commander#readme",
    "devDependencies": {
        "chai": "^4.1.2",
        "mocha": "^5.2.0"
    }
}
