{
  "name": "build-toolkit",
  "version": "0.1.1-alpha.1",
  "description": "Build tools",
  "bin": {
    "voc": "./bin/cli.js"
  },
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "files": [
    "bin",
    "lib",
    "types"
  ],
  "scripts": {
    "prebuild": "rimraf es lib dist types",
    "build": "yarn prebuild && node script/build.js",
    "build:watch": "babel src -d lib -x .ts -w",
    "prepublish": "yarn build",
    "test": "jest"
  },
  "keywords": [
    "build",
    "tools"
  ],
  "author": {
    "name": "coffee377",
    "email": "coffee377@dingtalk.com"
  },
  "license": "ISC",
  "dependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/core": "^7.8.3",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-do-expressions": "^7.8.3",
    "@babel/plugin-proposal-export-default-from": "^7.8.3",
    "@babel/plugin-proposal-export-namespace-from": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@babel/preset-react": "^7.8.3",
    "@babel/preset-typescript": "^7.8.3",
    "@babel/register": "^7.8.3",
    "@babel/types": "^7.8.3",
    "@types/events": "^3.0.0",
    "@types/jest": "^25.1.4",
    "@umijs/fabric": "^2.0.0",
    "babel-jest": "^25.2.4",
    "chalk": "^3.0.0",
    "chokidar": "^3.3.1",
    "commander": "^4.1.0",
    "core-js": "3",
    "cross-env": "^7.0.2",
    "dot": "^1.1.3",
    "dts-helper": "^1.1.3",
    "events": "^3.1.0",
    "gulp-filter": "^6.0.0",
    "jest": "^25.2.4",
    "lodash": "^4.17.15",
    "prettier": "^2.0.2",
    "rimraf": "^3.0.0",
    "slash": "^3.0.0",
    "tapable": "^1.1.3",
    "through2": "^3.0.1",
    "typescript": "^3.7.5",
    "vinyl-fs": "^3.0.3"
  },
  "devDependencies": {
    "@types/babel__core": "^7.1.3",
    "@types/gulp-filter": "^3.0.33",
    "@types/highlight.js": "^9.12.3",
    "@types/lodash": "^4.14.149",
    "@types/rimraf": "^2.0.3",
    "@types/tapable": "^1.0.5",
    "@types/through2": "^2.0.34",
    "@types/vinyl-fs": "^2.4.11",
    "@types/webpack-dev-server": "^3.10.0",
    "camelcase": "^5.3.1",
    "webpack-cli": "^3.3.11"
  },
  "gitHead": "1ce0f1f158e26d40a4e0869e2ecf712b03906be2"
}
