{
  "name": "hot-updater",
  "type": "module",
  "version": "0.16.3",
  "bin": {
    "hot-updater": "./dist/index.js"
  },
  "main": "dist/config.cjs",
  "module": "dist/config.js",
  "types": "dist/config.d.ts",
  "exports": {
    ".": {
      "node": "./dist/config.cjs",
      "import": "./dist/config.js",
      "require": "./dist/config.cjs",
      "types": "./dist/config.d.ts"
    },
    "./babel-plugin": {
      "node": "./dist/plugins/babel.cjs",
      "import": "./dist/plugins/babel.js",
      "require": "./dist/plugins/babel.cjs",
      "types": "./dist/plugins/babel.d.ts"
    }
  },
  "files": [
    "dist",
    "package.json"
  ],
  "keywords": [
    "react-native",
    "react-native-code-push",
    "code-push",
    "eas",
    "eas-update",
    "expo",
    "expo-update",
    "self-hosted"
  ],
  "description": "React Native OTA solution for self-hosted",
  "license": "MIT",
  "repository": "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": {
    "@clack/prompts": "^0.10.0",
    "@hot-updater/console": "0.16.3",
    "@hot-updater/core": "0.16.3",
    "@hot-updater/plugin-core": "0.16.3",
    "commander": "^11.1.0",
    "cosmiconfig": "^9.0.0",
    "cosmiconfig-typescript-loader": "^5.0.0",
    "es-git": "^0.2.0"
  },
  "devDependencies": {
    "@babel/core": "7.26.0",
    "@babel/generator": "7.26.9",
    "@babel/parser": "7.26.9",
    "@babel/traverse": "7.25.9",
    "@babel/types": "7.26.0",
    "@hono/node-server": "^1.13.4",
    "@types/babel__core": "7.20.5",
    "@types/babel__generator": "7.6.8",
    "@types/babel__traverse": "7.20.6",
    "@types/connect": "^3.4.38",
    "@types/cosmiconfig": "^6.0.0",
    "@types/node": "^22.9.0",
    "@types/plist": "^3.0.5",
    "@types/semver": "^7.5.8",
    "es-toolkit": "^1.32.0",
    "execa": "^9.5.2",
    "find-up-simple": "^1.0.1",
    "is-port-reachable": "^4.0.0",
    "open": "^10.1.0",
    "picocolors": "^1.0.0",
    "plist": "^3.1.0",
    "read-package-up": "^11.0.0",
    "semver": "^7.6.3",
    "uuidv7": "^1.0.2"
  },
  "peerDependencies": {
    "@hot-updater/aws": "*",
    "@hot-updater/cloudflare": "*",
    "@hot-updater/firebase": "*",
    "@hot-updater/supabase": "*"
  },
  "peerDependenciesMeta": {
    "@hot-updater/supabase": {
      "optional": true
    },
    "@hot-updater/cloudflare": {
      "optional": true
    },
    "@hot-updater/aws": {
      "optional": true
    },
    "@hot-updater/firebase": {
      "optional": true
    }
  },
  "scripts": {
    "build": "rslib build",
    "test:type": "tsc --noEmit"
  }
}