{
  "name": "@my-react/react-refresh-tools",
  "version": "0.0.40",
  "description": "An experimental package providing utilities for @my-react Refresh.",
  "files": [
    "dist",
    "helper.d.ts",
    "helper.js",
    "loader.d.ts",
    "loader.js",
    "runtime.d.ts",
    "runtime.js",
    "withNext.js",
    "RefreshWebpackPlugin.d.ts",
    "RefreshWebpackPlugin.js",
    "react-turbopack.js"
  ],
  "license": "MIT",
  "exports": {
    ".": "./runtime.js",
    "./loader": "./loader.js",
    "./runtime": "./runtime.js",
    "./withNext": "./withNext.js",
    "./header": "./helper.js",
    "./RefreshWebpackPlugin": "./RefreshWebpackPlugin.js",
    "./react-turbopack": "./react-turbopack.js",
    "./package.json": "./package.json"
  },
  "buildOptions": [
    {
      "input": "./src/loader.ts",
      "pkgName": "loader",
      "output": [
        {
          "dir": "./dist",
          "entryFileNames": "cjs/loader.js",
          "format": "cjs",
          "type": true,
          "multiple": true
        }
      ]
    },
    {
      "input": "./src/runtime.ts",
      "pkgName": "runtime",
      "output": [
        {
          "dir": "./dist",
          "entryFileNames": "cjs/runtime.js",
          "format": "cjs",
          "type": true,
          "multiple": true
        }
      ]
    },
    {
      "input": "./src/webpack-plugin.ts",
      "pkgName": "webpackPlugin",
      "output": [
        {
          "dir": "./dist",
          "entryFileNames": "cjs/webpackPlugin.js",
          "format": "cjs",
          "type": true,
          "multiple": true
        }
      ]
    },
    {
      "input": "./src/helper.ts",
      "pkgName": "helper",
      "output": [
        {
          "dir": "./dist",
          "entryFileNames": "cjs/helper.js",
          "format": "cjs",
          "type": true,
          "multiple": true
        }
      ]
    }
  ],
  "devDependencies": {
    "@my-react/react-shared": "^0.3.29"
  },
  "peerDependenciesMeta": {
    "webpack": {
      "optional": true
    }
  },
  "peerDependencies": {
    "@my-react/react-refresh": ">=0.3.29",
    "webpack": "^4 || ^5"
  }
}