{
  "name": "@lynx-js/react-webpack-plugin",
  "version": "0.10.3",
  "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/debug-metadata": "^0.1.0",
    "@lynx-js/webpack-runtime-globals": "0.0.7"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "7.58.12",
    "@rspack/core": "2.1.7",
    "@rspack/lite-tapable": "1.1.2",
    "@rstest/core": "0.11.3",
    "css-loader": "^7.1.4",
    "swc-loader": "^0.2.7",
    "@lynx-js/css-extract-webpack-plugin": "0.10.1",
    "@lynx-js/react": "0.123.3",
    "@lynx-js/template-webpack-plugin": "0.15.0",
    "@lynx-js/test-tools": "0.0.0"
  },
  "peerDependencies": {
    "@lynx-js/template-webpack-plugin": "^0.13.0 || ^0.14.0 || ^0.15.0"
  },
  "peerDependenciesMeta": {
    "@lynx-js/react": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "api-extractor": "api-extractor run --verbose",
    "test": "rstest"
  }
}