{
    "name": "@cloudbase/toolbox",
    "version": "0.8.4",
    "description": "The toolbox for cloudbase",
    "main": "lib/index.js",
    "scripts": {
        "analysis": "webpack --mode production",
        "build": "rimraf lib types && npx tsc",
        "ncc": "ncc build -m -C src/index.ts",
        "fix": "eslint --fix --ext .js,.ts,.tsx ./src",
        "test": "jest --runInBand --detectOpenHandles --coverage --testTimeout=50000",
        "release": "yarn version && npm publish --registry=https://registry.npmjs.org && git push --follow-tags",
        "prepublishOnly": "npm run build"
    },
    "author": "cwuyiqing@gmail.com",
    "license": "ISC",
    "dependencies": {
        "@cloudbase/cloud-api": "^0.5.5",
        "@types/lowdb": "^1.0.9",
        "address": "^1.1.2",
        "archiver": "^5.2.0",
        "ajv": "^6.12.6",
        "decompress": "^4.2.1",
        "del": "^5.1.0",
        "dotenv": "^8.2.0",
        "import-fresh": "^3.2.1",
        "jsonfile": "^6.0.1",
        "lodash": "^4.17.19",
        "log-symbols": "^4.0.0",
        "lowdb": "^1.0.0",
        "make-dir": "^3.0.2",
        "mustache": "^4.0.1",
        "nanoid": "^3.1.10",
        "node-fetch": "^2.6.1",
        "open": "7.1.0",
        "ora": "^5.3.0",
        "parse-json": "^5.0.0",
        "path-type": "^4.0.0",
        "portfinder": "^1.0.25",
        "query-string": "^6.11.1",
        "terminal-link": "^2.1.1",
        "yaml": "^1.9.2",
        "yargs": "^15.4.1"
    },
    "devDependencies": {
        "@types/jest": "^25.1.4",
        "@types/lodash": "^4.14.158",
        "@types/node": "^12.12.31",
        "@types/node-fetch": "^2.5.8",
        "@types/yargs": "^15.0.5",
        "@typescript-eslint/eslint-plugin": "^4.11.0",
        "@typescript-eslint/parser": "^4.11.0",
        "eslint": "^7.16.0",
        "eslint-config-alloy": "^3.8.2",
        "husky": "^4.2.5",
        "jest": "^25.2.1",
        "rimraf": "^3.0.2",
        "ts-jest": "^25.2.1",
        "ts-loader": "^7.0.1",
        "typescript": "^4.1.3",
        "webpack": "^4.43.0",
        "webpack-bundle-analyzer": "^3.7.0",
        "webpack-cli": "^3.3.11"
    },
    "husky": {
        "hooks": {
            "pre-commit": "npm run build"
        }
    },
    "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
