{
  "name": "vite-hot-client",
  "type": "module",
  "version": "2.2.0",
  "description": "Get Vite's import.meta.hot at runtime.",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/vite-hot-client#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/vite-hot-client.git"
  },
  "bugs": {
    "url": "https://github.com/antfu/vite-hot-client/issues"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "vite": "^2.6.0 || ^3.0.0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^8.2.0",
    "@antfu/ni": "^30.1.0",
    "@babel/types": "^7.29.0",
    "@types/node": "^25.6.0",
    "bumpp": "^11.0.1",
    "eslint": "^10.2.1",
    "pnpm": "^10.33.2",
    "rimraf": "^6.1.3",
    "tsx": "^4.21.0",
    "typescript": "^6.0.3",
    "unbuild": "^3.6.1",
    "vite": "^8.0.10",
    "vitest": "^4.1.5"
  },
  "scripts": {
    "build": "rimraf dist && unbuild && tsx scripts/patch-types.ts",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "release": "bumpp",
    "typecheck": "tsc --noEmit"
  }
}