{
  "name": "@lynx-js/react-webpack-plugin",
  "version": "0.6.16",
  "description": "A webpack plugin for ReactLynx",
  "keywords": [
    "webpack",
    "Lynx",
    "ReactLynx"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lynx-family/lynx-stack.git",
    "directory": "packages/webpack/react-webpack-plugin"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Qingyu Wang",
    "email": "colinwang.0616@gmail.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "!lib/**/*.js.map",
    "CHANGELOG.md",
    "README.md"
  ],
  "dependencies": {
    "tiny-invariant": "^1.3.3",
    "@lynx-js/webpack-runtime-globals": "0.0.5"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "7.52.8",
    "@rspack/core": "1.3.15",
    "css-loader": "^7.1.2",
    "swc-loader": "^0.2.6",
    "webpack": "^5.99.9",
    "@lynx-js/css-extract-webpack-plugin": "0.6.0",
    "@lynx-js/react": "0.110.0",
    "@lynx-js/template-webpack-plugin": "0.8.0",
    "@lynx-js/test-tools": "0.0.0",
    "@lynx-js/vitest-setup": "0.0.0"
  },
  "peerDependencies": {
    "@lynx-js/react": "^0.103.0 || ^0.104.0 || ^0.105.0 || ^0.106.0 || ^0.107.0 || ^0.108.0 || ^0.109.0 || ^0.110.0",
    "@lynx-js/template-webpack-plugin": "^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0"
  },
  "peerDependenciesMeta": {
    "@lynx-js/react": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "api-extractor": "api-extractor run --verbose",
    "test": "pnpm -w run test --project webpack/react"
  }
}