{
  "name": "@stream-io/react-native-callingx",
  "version": "0.11.4",
  "description": "CallKit and Telecom API capabilities for React Native",
  "main": "./dist/module/index.js",
  "module": "./dist/module/index.js",
  "types": "./dist/typescript/src/index.d.ts",
  "react-native": "src/index",
  "source": "src/index",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/typescript/src/index.d.ts",
      "default": "./dist/module/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "src",
    "dist",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "react-native.config.js",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "clean": "del-cli android/build dist",
    "prepare": "bob build",
    "build": "bob build",
    "typecheck": "tsc"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GetStream/stream-video-js.git"
  },
  "author": "https://getstream.io <support@getstream.io> (https://github.com/GetStream)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GetStream/stream-video-js/issues"
  },
  "homepage": "https://github.com/GetStream/stream-video-js#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@react-native-community/cli": "20.2.0",
    "@react-native/babel-preset": "0.86.2",
    "@stream-io/react-native-webrtc": "145.3.1",
    "@stream-io/typescript-config": "^0.0.0",
    "@types/react": "^19.2.18",
    "del-cli": "^6.0.0",
    "react": "19.2.3",
    "react-native": "0.86.2",
    "react-native-builder-bob": "^0.43.0",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "@react-native-firebase/app": ">=23.0.0",
    "@react-native-firebase/messaging": ">=23.0.0",
    "@stream-io/react-native-webrtc": "^145.3.1",
    "react": "*",
    "react-native": "*"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "codegenConfig": {
    "name": "CallingxSpec",
    "type": "modules",
    "jsSrcsDir": "src/spec",
    "android": {
      "javaPackageName": "io.getstream.rn.callingx"
    },
    "ios": {
      "moduleName": "Callingx"
    }
  },
  "create-react-native-library": {
    "languages": "kotlin-objc",
    "type": "turbo-module",
    "tools": [],
    "version": "0.55.0"
  }
}