{
  "name": "@tarojs/transformer-wx",
  "version": "4.2.0",
  "description": "Transfrom Nerv Component to Wechat mini program.",
  "author": "O2Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NervJS/taro.git"
  },
  "bugs": {
    "url": "https://github.com/NervJS/taro/issues"
  },
  "homepage": "https://github.com/NervJS/taro#readme",
  "main": "dist/src/index.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">= 18"
  },
  "dependencies": {
    "@babel/code-frame": "^7.24.2",
    "@babel/core": "^7.24.4",
    "@babel/generator": "^7.24.4",
    "@babel/parser": "^7.24.4",
    "@babel/plugin-proposal-do-expressions": "^7.24.1",
    "@babel/template": "^7.24.0",
    "@babel/traverse": "^7.24.1",
    "@babel/types": "^7.24.0",
    "babel-eslint": "^10.0.1",
    "babel-helper-evaluate-path": "^0.5.0",
    "babel-helper-mark-eval-scopes": "^0.4.3",
    "babel-helper-remove-or-void": "^0.4.3",
    "babel-plugin-preval": "^5.1.0",
    "babel-plugin-transform-define": "^2.1.4",
    "eslint": "^8.57.0",
    "eslint-plugin-react": "^7.34.1",
    "lodash": "^4.17.21",
    "prettier": "^2.8.8",
    "typescript": "~5.4.5",
    "@tarojs/helper": "4.2.0",
    "eslint-plugin-taro": "4.2.0"
  },
  "devDependencies": {
    "@types/babel__core": "^7.20.5",
    "@types/babel__generator": "^7.6.8",
    "@types/babel__template": "^7.4.4",
    "@types/babel__traverse": "^7.20.5",
    "@types/eslint": "^8.56.10",
    "@types/lodash": "4.17.0"
  },
  "scripts": {
    "prod": "pnpm run build",
    "build": "tsc",
    "dev": "tsc -w --pretty",
    "lint": "tslint",
    "test": "jest",
    "test:ci": "cross-env NODE_ENV=test jest --ci -i --coverage --silent",
    "test:coverage": "cross-env NODE_ENV=jest jest --coverage",
    "updateSnapshot": "cross-env NODE_ENV=jest jest --updateSnapshot"
  }
}