{
  "name": "@agreejs/cli",
  "version": "3.2.43",
  "description": "cli tool for amap",
  "main": "index.js",
  "scripts": {
    "test": "cross-env NODE_ENV=test jest",
    "test:ci": "cross-env NODE_ENV=test jest -i",
    "test:dev": "cross-env NODE_ENV=test jest --watch",
    "test:coverage": "cross-env NODE_ENV=test jest --coverage",
    "updateSnapshot": "cross-env NODE_ENV=test jest --updateSnapshot",
    "build": "npm run clean && npm run prod",
    "dev": "tsc -w",
    "prod": "tsc",
    "clean": "rimraf dist",
    "lint": "tslint src/**/*.ts --fix",
    "lint:typecheck": "tslint -p tsconfig.json src/**/*.ts --fix"
  },
  "files": [
    "bin",
    "__tests__",
    "scripts",
    "src",
    "dist",
    "templates",
    "index.js",
    "global.d.ts"
  ],
  "bin": {
    "amap": "bin/taro"
  },
  "keywords": [
    "taro",
    "weapp"
  ],
  "engines": {
    "node": ">=12"
  },
  "author": "peilinghui",
  "license": "MIT",
  "dependencies": {
    "@hapi/joi": "17.1.1",
    "@tarojs/helper": "3.2.9",
    "@tarojs/plugin-platform-alipay": "3.2.9",
    "@tarojs/plugin-platform-jd": "3.2.9",
    "@tarojs/plugin-platform-qq": "3.2.9",
    "@tarojs/plugin-platform-swan": "3.2.9",
    "@tarojs/plugin-platform-tt": "3.2.9",
    "@agreejs/plugin-platform-wx": "^3.2.1",
    "@agreejs/service": "^3.2.1",
    "@tarojs/shared": "3.2.9",
    "@tarojs/taro": "3.2.9",
    "@tarojs/taroize": "3.2.9",
    "@tarojs/transformer-wx": "^2.0.4",
    "@types/request": "^2.48.1",
    "@typescript-eslint/parser": "^4.15.1",
    "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-remove-dead-code": "^1.3.2",
    "babel-plugin-transform-define": "^1.3.0",
    "babel-plugin-transform-taroapi": "1.3.15",
    "babel-template": "^6.26.0",
    "babel-traverse": "^6.26.0",
    "babel-types": "^6.26.0",
    "babylon": "^6.18.0",
    "better-babel-generator": "^6.26.1",
    "cli-highlight": "^2.1.4",
    "cross-spawn": "^7.0.3",
    "css-to-react-native-transform": "^1.4.0",
    "css-what": "^3.2.0",
    "download-git-repo": "^2.0.0",
    "ejs": "^2.6.1",
    "envinfo": "^6.0.1",
    "eslint": "^6.1.0",
    "eslint-config-taro": "3.2.9",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-react": "^7.4.0",
    "eslint-plugin-react-hooks": "^1.6.1",
    "eslint-plugin-taro": "3.2.9",
    "eslint-plugin-vue": "^6.2.2",
    "fbjs": "^1.0.0",
    "find-yarn-workspace-root": "1.2.1",
    "fs-extra": "^5.0.0",
    "generic-names": "^2.0.1",
    "glob": "^7.1.2",
    "inquirer": "^5.2.0",
    "klaw": "^2.1.1",
    "latest-version": "^5.1.0",
    "lodash": "4.17.20",
    "mem-fs": "^1.1.3",
    "mem-fs-editor": "^4.0.0",
    "minimatch": "^3.0.4",
    "minimist": "1.2.5",
    "npm-check": "^5.9.0",
    "ora": "^2.0.0",
    "postcss": "^6.0.22",
    "postcss-modules-extract-imports": "^1.1.0",
    "postcss-modules-local-by-default": "^1.2.0",
    "postcss-modules-resolve-imports": "^1.3.0",
    "postcss-modules-scope": "^1.1.0",
    "postcss-modules-values": "^1.3.0",
    "postcss-pxtransform": "3.2.9",
    "postcss-reporter": "^6.0.1",
    "postcss-taro-unit-transform": "1.2.15",
    "postcss-url": "^7.3.2",
    "prettier": "^1.16.4",
    "prop-types": "^15.6.2",
    "request": "^2.88.0",
    "resolve": "^1.6.0",
    "rimraf": "^3.0.2",
    "sax": "^1.2.4",
    "semver": "^5.5.0",
    "shelljs": "^0.8.1",
    "stylelint": "13.6.1",
    "tapable": "^1.1.3",
    "taro-css-to-react-native": "^2.0.4",
    "through2": "^2.0.3",
    "vinyl": "^2.1.0",
    "vinyl-fs": "^3.0.2",
    "xml2js": "^0.4.19",
    "xxhashjs": "^0.2.2"
  },
  "devDependencies": {
    "@agreejs/mini-runner": "^3.2.1",
    "@agreejs/h5-runner": "^3.2.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
