{
  "name": "@wxcloud/cli",
  "description": "微信云服务 CLI 工具",
  "version": "2.3.3",
  "author": "wxcloud",
  "bin": {
    "wxcloud": "./bin/run"
  },
  "dependencies": {
    "@oclif/command": "^1",
    "@oclif/config": "^1",
    "@oclif/core": "^1",
    "@oclif/errors": "^1.3.5",
    "@oclif/help": "^1.0.1",
    "@oclif/plugin-help": "^5",
    "@oclif/plugin-warn-if-update-available": "^2.0.4",
    "@types/degit": "^2.8.3",
    "archiver": "^5.3.0",
    "axios": "^0.24.0",
    "chalk": "^2.4.2",
    "cli-table3": "^0.5.1",
    "cli-ux": "^5.6.3",
    "constant-case": "^3.0.4",
    "cos-nodejs-sdk-v5": "^2.11.4",
    "degit": "^2.8.4",
    "dotenv": "^10.0.0",
    "enquirer": "^2.3.6",
    "eventemitter3": "^4.0.7",
    "gitignore-globs": "^0.1.1",
    "inquirer": "^8.2.0",
    "jszip": "^3.9.1",
    "kolorist": "^1.5.1",
    "listr2": "^4.0.5",
    "lodash": "^4.17.21",
    "log-update": "4",
    "minimatch": "^5.0.1",
    "moment": "^2.24.0",
    "moment-timezone": "^0.5.26",
    "node-rsa": "^1.1.1",
    "ora": "^4.0.2",
    "rimraf": "^3.0.2",
    "shortid": "^2.2.16",
    "simple-git": "^3.5.0",
    "tslib": "^2.4.0",
    "@wxcloud/cloudkit": "2.3.3",
    "@wxcloud/dockerpacks": "2.3.3",
    "@wxcloud/core": "2.3.3"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1",
    "@oclif/test": "^2",
    "@swc/core": "^1.2.197",
    "@types/chai": "^4",
    "@types/inquirer": "^8.1.3",
    "@types/minimatch": "^3.0.5",
    "@types/mocha": "^5.2.7",
    "@types/node": "^17.0.41",
    "@types/rimraf": "^3.0.2",
    "@types/shortid": "0.0.29",
    "chai": "^4.3.6",
    "globby": "^10",
    "mocha": "^10",
    "mocha-chai-jest-snapshot": "^1.1.3",
    "nodemon": "^2.0.16",
    "npm-run-all": "^4.1.5",
    "nyc": "^15",
    "ts-node": "^10"
  },
  "engines": {
    "node": "^16",
    "pnpm": "^8"
  },
  "files": [
    "/bin",
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json"
  ],
  "keywords": [
    "oclif"
  ],
  "license": "Apache",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "hooks": {
      "init": "./lib/hooks/init",
      "prerun": "./lib/hooks/prerun"
    },
    "bin": "wxcloud",
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-warn-if-update-available"
    ],
    "warn-if-update-available": {
      "timeoutInDays": 7,
      "message": "<%= config.name %> update available from <%= chalk.greenBright(config.version) %> to <%= chalk.greenBright(latest) %>. Please run <%= chalk.greenBright(`npm install -g ${config.name}`) %> to update."
    }
  },
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "npm run prepack",
    "test": "npm-run-all build test:unit",
    "test:watch": "nodemon --exec 'npm run test' --watch src --watch test --ext ts --delay 1",
    "test:unit": "NODE_OPTIONS='--no-warnings --loader ts-node/esm' mocha --file test/setup.js --timeout 6000000 --forbid-only 'test/**/*.test.ts'",
    "test:coverage": "NODE_OPTIONS='--no-warnings --loader ts-node/esm' nyc --extension .ts mocha --file test/setup.js --forbid-only --timeout 6000000 --reporter spec 'test/**/*.test.ts'",
    "version": "oclif-dev readme && git add README.md"
  }
}