{
    "name": "@dytesdk/react-native-core",
    "version": "1.0.2",
    "description": "Dyte SDK for react native",
    "main": "lib/index.js",
    "author": "Dyte <dev@dyte.io> (https://github.com/dyte-in/)",
    "homepage": "https://github.com/dyte-in//react-native-core#readme",
    "types": "lib/index.d.ts",
    "files": [
        "lib",
        "android",
        "ios",
        "cpp",
        "plugin",
        "app.plugin.js",
        "ReactNativeCore.podspec",
        "!android/build",
        "!ios/build",
        "!**/__tests__",
        "!**/__fixtures__",
        "!**/__mocks__"
    ],
    "bugs": {
        "url": "https://github.com/dyte-in/react-native-core/issues"
    },
    "private": false,
    "dependencies": {
        "@dytesdk/web-core": "2.1.13",
        "events": "^3.3.0",
        "fast-base64-decode": "1.0.0",
        "node-libs-react-native": "^1.2.1",
        "react-native-url-polyfill": "1.3.0",
        "text-encoding-polyfill": "^0.6.7"
    },
    "keywords": [
        "react-native",
        "ios",
        "android"
    ],
    "peerDependencies": {
        "@dyteinternals/react-native-webrtc": "114.0.16",
        "@expo/config-plugins": "*",
        "react": "*",
        "react-native": "*"
    },
    "publishConfig": {
        "registry": "https://registry.npmjs.org/",
        "access": "public",
        "tag": "latest"
    },
    "scripts": {
        "postpublish": "mv package.json.bak package.json"
    }
}