{
  "name": "@daily-co/react-native-daily-js",
  "version": "0.84.1",
  "description": "React Native library for making video calls using Daily",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "type-overrides",
    "android/src",
    "android/build.gradle",
    "android/gradle.properties",
    "ios",
    "react-native-daily-js.podspec",
    "react-native.config.js",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "postbuild": "sed -E -i.bak 's|@daily-co/daily-js|../type-overrides/@daily-co/daily-js|g' ./dist/index.d.ts && rm ./dist/index.d.ts.bak",
    "prepare": "npm run build",
    "tag": "scripts/tag",
    "prepublishOnly": "npm run tag"
  },
  "license": "BSD-2-Clause",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daily-co/react-native-daily-js.git",
    "baseUrl": "https://github.com/daily-co/react-native-daily-js"
  },
  "dependencies": {
    "@daily-co/daily-js": "^0.89.1",
    "@types/react-native-background-timer": "^2.0.0",
    "base-64": "^1.0.0",
    "react-native-url-polyfill": "^1.1.2"
  },
  "///": "WHEN ONE OF THESE CHANGE, PLEASE UPDATE README.md INSTALL SNIPPET ACCORDINGLY",
  "peerDependencies": {
    "@daily-co/react-native-webrtc": "^124.0.6-daily.1",
    "@react-native-async-storage/async-storage": "^1.24.0",
    "react-native": ">=0.68.0",
    "react-native-background-timer": "^2.4.1",
    "react-native-get-random-values": "^1.11.0"
  },
  "devDependencies": {
    "@daily-co/react-native-webrtc": "^124.0.6-daily.1",
    "@react-native-async-storage/async-storage": "^1.24.0",
    "@types/base-64": "^1.0.0",
    "@types/react": "18.3.21",
    "react-native": "0.76.9",
    "react-native-background-timer": "^2.4.1",
    "typescript": "^5.8.3"
  }
}
