{
  "name": "taro-migrate",
  "version": "0.1.11",
  "description": "Taro 3.x 迁移，兼容性迁移",
  "scripts": {
    "test": "jest",
    "bootstrap": "wkstd install-commit-msg http://gerrit.wakedata-inc.com"
  },
  "bin": {
    "taro-migrate": "bin/taro-migrate"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "files": [
    "bin",
    "src"
  ],
  "author": "ivan",
  "license": "MIT",
  "devDependencies": {
    "@babel/preset-env": "^7.14.1",
    "@babel/preset-typescript": "^7.13.0",
    "@types/babel__core": "^7.1.14",
    "@types/debug": "^4.1.5",
    "@types/diff": "^5.0.0",
    "@types/glob": "^7.1.3",
    "@types/jest": "^26.0.23",
    "@types/lodash": "^4.14.168",
    "@types/node": "^14.14.41",
    "@types/prettier": "^2.2.3",
    "babel-jest": "^26.6.3",
    "eslint": "^7.29.0",
    "eslint-config-wk": "^0.1.7",
    "husky": "4.*",
    "jest": "^26.6.3",
    "typescript": "^4.2.4",
    "wkstd": "^0.1.7"
  },
  "dependencies": {
    "@babel/core": "^7.14.5",
    "@tarojs/helper": "^3.2.12",
    "@tarojs/taro": "^3.2.12",
    "chalk": "^4.1.1",
    "commander": "^7.2.0",
    "debug": "^4.3.1",
    "diff": "^5.0.0",
    "glob": "^7.1.6",
    "lodash": "^4.17.21",
    "prettier": "^2.3.2"
  },
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ivan-94/taro-migrate.git"
  },
  "keywords": [
    "taro3.x",
    "wakedata",
    "taro-migrate"
  ],
  "bugs": {
    "url": "https://github.com/ivan-94/taro-migrate/issues"
  },
  "homepage": "https://github.com/ivan-94/taro-migrate#readme",
  "husky": {
    "hooks": {
      "pre-commit": "wkstd local-check"
    }
  }
}
