{
  "name": "tarojs-cli",
  "version": "2.2.20",
  "description": "cli tool for taro",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "build": "run-s clean prod",
    "dev": "tsc -w",
    "prod": "tsc",
    "clean": "rimraf dist",
    "lint": "tslint src/**/*.ts --fix",
    "lint:typecheck": "tslint -p tsconfig.json src/**/*.ts --fix",
    "prepack": "npm run build"
  },
  "files": [
    "bin",
    "__tests__",
    "scripts",
    "src",
    "dist",
    "templates",
    "index.js",
    "global.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NervJS/taro.git"
  },
  "bin": {
    "taro": "bin/taro"
  },
  "keywords": [
    "taro",
    "weapp"
  ],
  "engines": {
    "node": ">=8"
  },
  "author": "O2Team",
  "license": "MIT",
  "dependencies": {
    "@hapi/joi": "17.1.1",
    "tarojs-helper": "2.2.20",
    "@tarojs/service": "2.2.18",
    "@tarojs/taroize": "2.2.18",
    "@tarojs/transformer-wx": "2.2.18",
    "@types/request": "^2.48.1",
    "@typescript-eslint/parser": "^2.0.0",
    "adm-zip": "^0.4.13",
    "babel-core": "6.26.3",
    "babel-eslint": "^8.2.3",
    "babel-generator": "^6.26.1",
    "babel-plugin-danger-remove-unused-import": "^1.1.1",
    "babel-plugin-preval": "1.6.4",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-define": "^1.3.0",
    "babel-plugin-transform-jsx-to-stylesheet": "2.2.18",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-plugin-transform-taroapi": "1.3.15",
    "babel-template": "^6.26.0",
    "babel-traverse": "^6.26.0",
    "babel-types": "^6.26.0",
    "better-babel-generator": "^6.26.1",
    "chokidar": "^2.0.3",
    "commander": "^2.19.0",
    "cross-spawn": "^6.0.5",
    "download-git-repo": "^2.0.0",
    "envinfo": "^6.0.1",
    "eslint": "^6.8.0",
    "eslint-config-taro": "2.2.18",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-react": "^7.4.0",
    "eslint-plugin-react-hooks": "^1.6.1",
    "eslint-plugin-taro": "2.2.18",
    "eslint-plugin-typescript": "^0.12.0",
    "fbjs": "^1.0.0",
    "find-yarn-workspace-root": "1.2.1",
    "fs-extra": "^5.0.0",
    "glob": "^7.1.2",
    "inquirer": "^5.2.0",
    "klaw": "^3.0.0",
    "latest-version": "^4.0.0",
    "lodash": "4.17.19",
    "mem-fs": "^1.1.3",
    "mem-fs-editor": "^4.0.0",
    "minimist": "1.2.2",
    "npm-check": "^5.9.0",
    "ora": "^2.0.0",
    "postcss": "^6.0.22",
    "postcss-pxtransform": "2.2.18",
    "postcss-reporter": "^6.0.1",
    "postcss-taro-unit-transform": "1.2.15",
    "prettier": "^1.16.4",
    "prop-types": "^15.6.2",
    "request": "^2.88.0",
    "resolve": "^1.6.0",
    "rimraf": "3.0.0",
    "semver": "^5.5.0",
    "shelljs": "^0.8.1",
    "stylelint": "9.3.0",
    "stylelint-config-taro-rn": "2.2.18",
    "stylelint-taro-rn": "2.2.18",
    "tapable": "^1.1.3",
    "taro-css-to-react-native": "2.2.18",
    "tcp-port-used": "^1.0.1",
    "xml2js": "^0.4.19",
    "xxhashjs": "^0.2.2",
    "yauzl": "2.10.0"
  },
  "devDependencies": {
    "@tarojs/taro": "2.2.18",
    "@types/babel-core": "6.25.5",
    "@types/babel-generator": "6.25.2",
    "@types/babel-traverse": "6.25.5",
    "@types/babel-types": "6.25.2",
    "@types/fs-extra": "^5.0.4",
    "@types/jest": "^23.3.10",
    "@types/klaw": "^3.0.0",
    "@types/lodash": "^4.14.119",
    "@types/node": "^10.12.18",
    "@types/react": "^16.9.14",
    "@types/shelljs": "^0.8.5",
    "@types/tapable": "^1.0.4",
    "babel-jest": "^23.6.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "jest": "^23.6.0",
    "jest-react-native": "^18.0.0",
    "npm-run-all": "^4.1.5",
    "react-native": "^0.59.9",
    "tslint": "^5.12.0",
    "tslint-config-prettier": "^1.17.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "3.4.5"
  }
}
