{
    "name": "@cloudflare/realtimekit-react-native",
    "version": "0.3.2",
    "description": "Cloudflare RealtimeKit SDK for react native",
    "main": "lib/commonjs/index",
    "author": "Cloudflare",
    "homepage": "https://realtime.cloudflare.com",
    "module": "lib/module/index",
    "types": "lib/typescript/index.d.ts",
    "files": [
        "lib",
        "android",
        "ios",
        "cpp",
        "plugin",
        "app.plugin.js",
        "RealtimeKitCore.podspec",
        "!android/build",
        "!ios/build",
        "!**/__tests__",
        "!**/__fixtures__",
        "!**/__mocks__"
    ],
    "bugs": {
        "url": "https://realtime.cloudflare.com/issues"
    },
    "private": false,
    "dependencies": {
        "@cloudflare/realtimekit": "1.1.7",
        "base-64": "^1.0.0",
        "events": "^3.3.0",
        "react-native-url-polyfill": "1.3.0",
        "text-encoding-polyfill": "^0.6.7"
    },
    "keywords": [
        "react-native",
        "ios",
        "android"
    ],
    "peerDependencies": {
        "@cloudflare/react-native-webrtc": "~125.0.1",
        "@expo/config-plugins": "*",
        "react": ">=18.3.1",
        "react-native": ">=0.77.0"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/",
        "access": "public",
        "tag": "latest"
    },
    "scripts": {
        "postpublish": "mv package.json.bak package.json"
    }
}