{
  "name": "react-refresh-typescript",
  "version": "2.0.10",
  "description": "React Refresh transformer for TypeScript",
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jack-Works/react-refresh-transformer.git"
  },
  "keywords": [
    "react",
    "refresh",
    "transformer",
    "typescript"
  ],
  "author": "Jack Works",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Jack-Works/react-refresh-transformer/issues"
  },
  "homepage": "https://github.com/Jack-Works/react-refresh-transformer#readme",
  "peerDependencies": {
    "react-refresh": "0.10.x || 0.11.x || 0.12.x || 0.13.x || 0.14.x || 0.15.x || 0.16.x || 0.17.x",
    "typescript": "^4.8 || ^5.0"
  },
  "devDependencies": {
    "@types/node": "~22.10.2",
    "vitest": "~2.1.8",
    "jest-file-snapshot": "~0.7.0"
  },
  "files": [
    "src",
    "dist",
    "index.mjs"
  ],
  "scripts": {
    "test": "vitest"
  }
}