{
    "name": "@manta-style/cli",
    "version": "0.2.0-alpha.13",
    "description": "A command line tool for Manta Style",
    "author": {
        "name": "Zhongliang Wang",
        "email": "zwang@rebelworks.io",
        "url": "https://github.com/Cryrivers"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Cryrivers/manta-style"
    },
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    },
    "bin": {
        "ms": "./lib/index.js"
    },
    "scripts": {
        "test": "echo 'No test yet'",
        "build": "tsc -p tsconfig.json",
        "watch": "tsc --watch -p tsconfig.json"
    },
    "devDependencies": {
        "@manta-style/builder-flowtype": "^0.2.0-alpha.13",
        "@manta-style/builder-typescript": "^0.2.0-alpha.13",
        "@manta-style/helpers": "^0.2.0-alpha.13",
        "@types/chokidar": "^1.7.5",
        "@types/cli-table": "^0.3.0",
        "@types/express": "^4.16.1",
        "@types/find-root": "^1.1.1",
        "@types/inquirer": "^0.0.43",
        "@types/log-update": "^2.0.0",
        "@types/node": "^10.12.18",
        "@types/query-string": "^6.2.0",
        "@types/read-pkg-up": "^3.0.1",
        "@types/resolve-from": "^4.0.0",
        "typescript": "3.2.4"
    },
    "dependencies": {
        "@manta-style/core": "^0.2.0-alpha.13",
        "@manta-style/flowtype-helpers": "^0.2.0-alpha.13",
        "@manta-style/mock-example": "^0.2.0-alpha.13",
        "@manta-style/mock-range": "^0.2.0-alpha.13",
        "@manta-style/runtime": "^0.2.0-alpha.13",
        "@manta-style/server-restful": "^0.2.0-alpha.13",
        "@manta-style/typescript-helpers": "^0.2.0-alpha.13",
        "axios": "^0.18.0",
        "chalk": "^2.4.2",
        "chokidar": "^2.0.4",
        "clear": "^0.1.0",
        "cli-table": "^0.3.1",
        "commander": "^2.19.0",
        "express": "^4.16.4",
        "find-root": "^1.1.0",
        "inquirer": "^6.2.1",
        "log-update": "^2.3.0",
        "pretty-error": "^2.1.1",
        "query-string": "^6.2.0",
        "read-pkg-up": "^4.0.0",
        "resolve-from": "^4.0.0",
        "rollup": "^1.1.2"
    }
}
