{
  "name": "@mpflow/cli",
  "version": "1.0.1",
  "description": "> TODO: description",
  "author": "chyizheng <chyizheng@tencent.com>",
  "homepage": "",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "mpflow": "bin/mpflow.js"
  },
  "directories": {
    "bin": "bin",
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "bin",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:wechat-miniprogram/mpflow.git"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "dependencies": {
    "@codemod/core": "^1.1.1",
    "@codemod/matchers": "^1.7.1",
    "boxen": "^4.2.0",
    "chalk": "^4.1.2",
    "check-node-version": "^4.2.1",
    "ci-info": "^2.0.0",
    "cli-table3": "^0.6.5",
    "configstore": "^5.0.1",
    "deepmerge": "^4.3.1",
    "ejs": "^3.1.10",
    "fast-glob": "^3.3.2",
    "fs-extra": "^9.1.0",
    "inquirer": "^7.3.3",
    "micromatch": "^4.0.8",
    "mkdirp": "^0.5.6",
    "request": "^2.88.2",
    "semver": "^7.6.3",
    "semver-intersect": "^1.5.0",
    "sorted-object": "^2.0.1",
    "tapable": "^1.1.3",
    "tar": "^6.2.1",
    "tmp": "^0.2.3",
    "@mpflow/service-core": "1.0.1"
  },
  "devDependencies": {
    "@types/configstore": "^4.0.0",
    "@types/ejs": "^3.1.5",
    "@types/fs-extra": "^9.0.13",
    "@types/inquirer": "^9.0.7",
    "@types/micromatch": "^4.0.9",
    "@types/mkdirp": "^0.5.2",
    "@types/request": "^2.48.12",
    "@types/semver": "^7.5.8",
    "@types/tapable": "^1.0.12",
    "@types/tar": "^6.1.13",
    "@types/tmp": "^0.2.6",
    "@mpflow/service": "^1.0.1"
  },
  "scripts": {
    "build": "node ../../scripts/build",
    "build-js": "node ../../scripts/build-js",
    "build-ts": "node ../../scripts/build-ts",
    "test": "jest . --config ../../jest.config.js",
    "test-debug": "node --inspect-brk ../../node_modules/.bin/jest --config ./example/webpack.config.js --runInBand"
  }
}