{
  "name": "@taro-minify-pack/plugin-async-pack",
  "version": "0.1.4",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/panyu97py/taro-minify-pack",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/panyu97py/taro-minify-pack.git"
  },
  "author": "yu.pan",
  "license": "MIT",
  "peerDependencies": {
    "webpack": "^5.0.0"
  },
  "dependencies": {
    "@babel/core": "^7.26.10",
    "@babel/generator": "^7.26.10",
    "@babel/parser": "^7.26.10",
    "@babel/template": "^7.26.9",
    "@babel/traverse": "^7.26.10",
    "@babel/types": "^7.26.10",
    "tapable": "^2.3.3",
    "webpack-sources": "^3.2.3"
  },
  "devDependencies": {
    "@tarojs/service": "^4.0.8",
    "@tarojs/taro": "^4.0.8",
    "@types/babel__core": "^7.20.5",
    "@types/babel__generator": "^7.6.8",
    "@types/babel__template": "^7.4.4",
    "@types/babel__traverse": "^7.20.6",
    "@types/node": "^18.19.130",
    "@types/webpack-sources": "^3.2.3",
    "@types/wechat-miniprogram": "^3.4.9",
    "@typescript-eslint/eslint-plugin": "^8.26.1",
    "@typescript-eslint/parser": "^8.26.1",
    "eslint": "^8.19.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.3",
    "eslint-plugin-promise": "^6.0.0",
    "typescript": "^5.8.2",
    "webpack": "^5.0.0"
  },
  "scripts": {
    "build": "tsc"
  }
}