{
  "name": "@hot-updater/js",
  "version": "0.35.3",
  "type": "module",
  "description": "React Native OTA solution for self-hosted",
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "package.json"
  ],
  "keywords": [
    "react-native",
    "react-native-code-push",
    "code-push",
    "eas",
    "eas-update",
    "expo",
    "expo-update",
    "self-hosted"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gronxb/hot-updater"
  },
  "author": "gronxb <gron1gh1@gmail.com> (https://github.com/gronxb)",
  "bugs": {
    "url": "https://github.com/gronxb/hot-updater/issues"
  },
  "homepage": "https://github.com/gronxb/hot-updater#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@hot-updater/core": "0.35.3"
  },
  "devDependencies": {
    "@types/node": "^20",
    "@types/semver": "^7.5.8",
    "jose": "^6.0.10",
    "semver": "^7.6.3",
    "@hot-updater/test-utils": "0.35.3"
  },
  "inlinedDependencies": {
    "jose": "6.2.3",
    "semver": "7.8.4"
  },
  "scripts": {
    "build": "tsdown",
    "test:type": "tsc --noEmit"
  }
}