{
  "name": "pulse-updates",
  "version": "1.0.12",
  "description": "OTA updates for React Native - lightweight alternative to expo-updates",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "bin": {
    "pulse-updates": "./scripts/publish.mjs"
  },
  "files": [
    "src",
    "lib",
    "ios",
    "android/src",
    "android/build.gradle",
    "scripts",
    "pulse-updates.podspec",
    "react-native.config.js",
    "!**/__tests__"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "build": "bob build",
    "prepare": "bob build",
    "test": "node --test tests/*.test.js",
    "publish-update": "node scripts/publish.mjs publish"
  },
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "react-native",
    "ota",
    "updates",
    "pulse"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/pulse-updates/pulse-updates.git"
  },
  "author": "Pulse Updates",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=18.2.0",
    "react-native": ">=0.76.0"
  },
  "devDependencies": {
    "@types/react": "^18.2.0",
    "react": "^18.2.0",
    "react-native": "^0.83.0",
    "react-native-builder-bob": "^0.23.0",
    "typescript": "^5.0.0"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      ["typescript", { "project": "tsconfig.build.json" }]
    ]
  }
}
