{
    "name": "cloudbase-cli",
    "version": "0.6.6",
    "description": "cli tool for cloudbase",
    "main": "lib/index.js",
    "scripts": {
        "build": "rimraf lib types && tsc",
        "eslint": "eslint \"./**/*.ts\"",
        "test": "jest --runInBand --forceExit --detectOpenHandles --coverage --verbose --testTimeout=10000",
        "publish": "node scripts/publish.js",
        "pkg": "pkg ./bin/cloudbase.js --out-path ./pkg"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/TencentCloudBase/cloud-base-cli.git"
    },
    "bin": {
        "tcb": "./bin/tcb.js",
        "cloudbase": "./bin/cloudbase.js"
    },
    "husky": {
        "hooks": {
            "pre-commit": "npm run build && git add ."
        }
    },
    "author": "",
    "license": "ISC",
    "dependencies": {
        "@cloudbase/manager-node": "^2.4.1",
        "@sentry/node": "^5.10.2",
        "address": "^1.1.2",
        "archiver": "^3.1.1",
        "chalk": "^2.4.2",
        "cli-table3": "^0.5.1",
        "commander": "^3.0.2",
        "cosmiconfig": "^6.0.0",
        "del": "^5.1.0",
        "didyoumean": "^1.2.1",
        "enquirer": "^2.3.4",
        "fs-extra": "^8.1.0",
        "https-proxy-agent": "^2.2.4",
        "inquirer": "^6.5.0",
        "lodash": "^4.17.15",
        "log-symbols": "^3.0.0",
        "lowdb": "^1.0.0",
        "make-dir": "^3.0.0",
        "node-fetch": "^2.6.0",
        "node-ssh": "^6.0.0",
        "open": "^7.0.0",
        "ora": "^4.0.2",
        "portfinder": "^1.0.20",
        "progress": "^2.0.3",
        "query-string": "^6.8.1",
        "tar-fs": "^2.0.0",
        "terminal-link": "^2.1.1",
        "unzipper": "^0.10.5",
        "update-notifier": "^4.0.0"
    },
    "devDependencies": {
        "@types/jest": "^25.1.4",
        "@types/lodash": "^4.14.149",
        "@types/node": "^12.7.2",
        "@types/node-fetch": "^2.5.4",
        "@typescript-eslint/eslint-plugin": "^2.12.0",
        "@typescript-eslint/parser": "^2.12.0",
        "eslint": "^6.7.2",
        "eslint-config-alloy": "^3.4.0",
        "husky": "^3.0.9",
        "jest": "^25.1.0",
        "rimraf": "^3.0.0",
        "ts-jest": "^25.2.1",
        "typescript": "^3.8.3"
    }
}
