{
  "name": "@lynx-js/react-refresh-webpack-plugin",
  "version": "0.4.2",
  "description": "A webpack plugin to hot refresh for Lynx.",
  "keywords": [
    "webpack",
    "Lynx"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lynx-family/lynx-stack.git",
    "directory": "packages/webpack/react-refresh-webpack-plugin"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Qingyu Wang",
    "email": "colinwang.0616@gmail.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "!lib/**/*.js.map",
    "runtime",
    "loader.cjs",
    "CHANGELOG.md",
    "README.md"
  ],
  "devDependencies": {
    "@microsoft/api-extractor": "7.58.12",
    "@rspack/core": "2.1.7",
    "@rspack/lite-tapable": "1.1.5",
    "@rstest/core": "0.11.6",
    "@types/node": "^24.13.3",
    "swc-loader": "^0.2.7",
    "@lynx-js/react": "0.124.0",
    "@lynx-js/react-refresh": "0.1.0",
    "@lynx-js/react-webpack-plugin": "0.11.0",
    "@lynx-js/test-tools": "0.0.0"
  },
  "peerDependencies": {
    "@lynx-js/react-webpack-plugin": "^0.3.0 || ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "api-extractor": "api-extractor run --verbose",
    "test": "rstest"
  }
}