{
  "name": "@far1s/react-native-daily-js",
  "version": "0.76.0-f4",
  "description": "React Native library for making video calls using Daily - Fork with New Architecture support",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "type-overrides",
    "android",
    "ios",
    "react-native-daily-js.podspec",
    "react-native.config.js",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "postbuild": "sed -E -i.bak 's|@far1s/daily-js|../type-overrides/@far1s/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": {
    "@far1s/daily-js": "^0.79.0-f1",
    "@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": "^118.0.3-daily.2",
    "@react-native-async-storage/async-storage": "^1.15.7",
    "react-native-background-timer": "^2.3.1",
    "react-native-get-random-values": "^1.9.0"
  },
  "devDependencies": {
    "@daily-co/react-native-webrtc": "^118.0.3-daily.2",
    "@react-native-async-storage/async-storage": "^1.15.7",
    "@types/base-64": "^1.0.0",
    "react-native-background-timer": "^2.3.1",
    "typescript": "^4.8.4"
  }
}