{
  "name": "@gaozh1024/hot-updater",
  "version": "0.2.0",
  "description": "OTA hot update helpers for Expo / React Native with manifest resolution, launch orchestration, provider hooks, and release scripts.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist",
    "docs",
    "scripts",
    "README.md",
    "AI_USAGE.md",
    "ai-manifest.json",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "react-native": "./dist/index.js",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "tsc --noEmit",
    "test": "vitest run",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@hot-updater/expo": "^0.30.5"
  },
  "peerDependencies": {
    "@gaozh1024/rn-kit": ">=0.4.20",
    "@hot-updater/react-native": ">=0.28 <0.31",
    "react": ">=19.1.0 <20",
    "react-native": ">=0.81 <0.84"
  },
  "devDependencies": {
    "@gaozh1024/rn-kit": "workspace:*",
    "@hot-updater/react-native": "^0.30.5",
    "@types/react": "~19.2.10",
    "react": "19.2.0",
    "react-native": "0.83.6"
  },
  "keywords": [
    "@gaozh1024",
    "@gaozh1024/hot-updater",
    "hot-updater",
    "ota",
    "react-native",
    "expo",
    "bundle",
    "manifest"
  ],
  "license": "MIT"
}
