{
  "name": "react-native-update",
  "version": "10.39.1",
  "description": "react-native hot update",
  "main": "src/index",
  "scripts": {
    "prepublishOnly": "NODE_ENV=production bun scripts/prepublish.ts",
    "publish:local": "SKIP_NATIVE_BUILD=1 npm publish",
    "postinstall": "node scripts/check-expo-version.js",
    "prepack": "bun submodule && bun lint",
    "lint": "eslint \"src/*.@(ts|tsx|js|jsx)\" && tsc --noEmit",
    "submodule": "git submodule update --init --recursive",
    "test": "bun test src/__tests__",
    "test:patch-core": "./scripts/test-patch-core.sh",
    "build:harmony-har": "node scripts/build-harmony-har.js",
    "build:so": "bun submodule && $ANDROID_HOME/ndk/28.2.13676358/ndk-build NDK_PROJECT_PATH=android APP_BUILD_SCRIPT=android/jni/Android.mk NDK_APPLICATION_MK=android/jni/Application.mk NDK_LIBS_OUT=android/lib",
    "build:ios-debug": "cd Example/testHotUpdate && bun && detox build --configuration ios.sim.debug",
    "build:ios-release": "cd Example/testHotUpdate && bun && detox build --configuration ios.sim.release",
    "test:ios-debug": "cd Example/testHotUpdate && E2E_PLATFORM=ios detox test --configuration ios.sim.debug",
    "test:ios-release": "cd Example/testHotUpdate && E2E_PLATFORM=ios bun detox test --configuration ios.sim.release",
    "build:android-debug": "cd Example/testHotUpdate && bun && detox build --configuration android.emu.debug",
    "build:android-release": "cd Example/testHotUpdate && bun && detox build --configuration android.emu.release",
    "test:android-release": "cd Example/testHotUpdate && E2E_PLATFORM=android bun detox test --configuration android.emu.release --headless --record-logs all",
    "test:android-debug": "cd Example/testHotUpdate && E2E_PLATFORM=android detox test --configuration android.emu.debug --headless --record-logs all",
    "e2e:ios": "bun build:ios-release && bun test:ios-release",
    "e2e:android": "bun build:android-release && bun test:android-release",
    "tests:emulator:prepare": "cd .github/workflows/scripts/functions && bun && bun build",
    "tests:emulator:start-ci": "bun tests:emulator:prepare && cd ./.github/workflows/scripts && ./start-firebase-emulator.sh",
    "tests:packager:jet-ci": "cd Example/testHotUpdate && cross-env TMPDIR=$HOME/.metro REACT_DEBUGGER=\"echo nope\" node_modules/.bin/react-native start --no-interactive",
    "tests:ios:pod:install": "cd Example/testHotUpdate && bun && bun pod-install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reactnativecn/react-native-update.git"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "update"
  ],
  "author": "reactnativecn",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reactnativecn/react-native-update/issues"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.59.0"
  },
  "homepage": "https://github.com/reactnativecn/react-native-update#readme",
  "dependencies": {
    "nanoid": "^3.3.3",
    "react-native-url-polyfill": "^3.0.0"
  },
  "codegenConfig": {
    "name": "RCTPushySpec",
    "type": "modules",
    "jsSrcsDir": "src"
  },
  "devDependencies": {
    "@babel/core": "^7.25.8",
    "@react-native/babel-preset": "^0.73.21",
    "@react-native/eslint-config": "0.84.1",
    "@react-native/typescript-config": "0.84.1",
    "@types/bun": "^1.3.11",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.5.0",
    "@types/react": "^19.2.14",
    "detox": "^20.50.1",
    "eslint": "^8.57.0",
    "firebase-tools": "^15.11.0",
    "jest": "^30.3.0",
    "pod-install": "^1.0.14",
    "prettier": "^2",
    "react": "18.2.0",
    "react-native": "0.73",
    "ts-jest": "^29.4.6",
    "typescript": "^5.6.3"
  }
}