{
  "name": "@livekit/react-native",
  "version": "2.10.0",
  "description": "LiveKit for React Native",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "lib/typescript/src/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.tsx",
      "types": "./lib/typescript/src/index.d.ts",
      "default": "./lib/commonjs/index"
    }
  },
  "react-native": "src/index",
  "source": "src/index",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "livekit-react-native.podspec",
    "!lib/typescript/example",
    "!lib/typescript/ci",
    "!android/.gradle",
    "!android/.idea",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!ios/build",
    "!example",
    "!ci",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "repository": "https://github.com/livekit/client-sdk-react-native",
  "author": "LiveKit <dl@livekit.io> (https://livekit.io/)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/livekit/client-sdk-react-native/issues"
  },
  "homepage": "https://github.com/livekit/client-sdk-react-native#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "react-native",
    "ios",
    "android"
  ],
  "dependencies": {
    "@livekit/components-react": "^2.9.17",
    "@livekit/mutex": "^1.1.1",
    "array.prototype.at": "^1.1.1",
    "base64-js": "1.5.1",
    "events": "^3.3.0",
    "loglevel": "^1.8.0",
    "promise.allsettled": "^1.0.5",
    "react-native-url-polyfill": "^1.3.0",
    "typed-emitter": "^2.1.0",
    "web-streams-polyfill": "^4.1.0",
    "well-known-symbols": "^4.1.0"
  },
  "devDependencies": {
    "@changesets/cli": "2.29.8",
    "@commitlint/config-conventional": "^19.8.1",
    "@eslint/compat": "^1.3.2",
    "@eslint/eslintrc": "^3.3.1",
    "@eslint/js": "^9.35.0",
    "@livekit/changesets-changelog-github": "^0.0.4",
    "@livekit/react-native-webrtc": "^144.0.0",
    "@react-native/babel-preset": "0.83.0",
    "@react-native/eslint-config": "0.83.0",
    "@release-it/conventional-changelog": "10.0.1",
    "@types/fastestsmallesttextencoderdecoder": "^1.0.0",
    "@types/react": "^19.2.0",
    "commitlint": "^19.8.1",
    "eslint": "^9.35.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "jest": "^29.7.0",
    "livekit-client": "^2.15.8",
    "pod-install": "^1.0.9",
    "prettier": "^3.6.2",
    "react": "19.2.0",
    "react-native": "0.83.0",
    "react-native-builder-bob": "^0.40.17",
    "release-it": "^19.0.4",
    "typedoc": "^0.28.14",
    "typescript": "^5.9.2"
  },
  "peerDependencies": {
    "@livekit/react-native-webrtc": "^144.0.0",
    "livekit-client": "^2.15.8",
    "react": "*",
    "react-native": "*"
  },
  "scripts": {
    "test": "jest",
    "build-docs": "typedoc  --tsconfig tsconfig.build.json",
    "typescript": "tsc --noemit -p tsconfig.build.json",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "release": "release-it",
    "example": "yarn --cwd example",
    "pods": "cd example && pod-install --verbose",
    "ci:version": "changeset version && yarn build-docs",
    "ci:publish": "changeset publish",
    "bootstrap": "yarn example && yarn && yarn pods"
  },
  "engines": {
    "node": ">=20"
  },
  "workspaces": [
    ".",
    "example"
  ],
  "packageManager": "yarn@4.11.0",
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/ci",
      "<rootDir>/example",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ],
    "rules": {
      "type-enum": [
        2,
        "always",
        [
          "build",
          "chore",
          "ci",
          "docs",
          "feat",
          "fix",
          "perf",
          "refactor",
          "revert",
          "style",
          "test",
          "example"
        ]
      ]
    }
  },
  "release-it": {
    "hooks": {
      "before:init": [
        "yarn lint",
        "yarn test --passWithNoTests",
        "yarn typescript"
      ],
      "after:bump": [
        "yarn pods",
        "yarn build-docs"
      ],
      "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
    },
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": "angular",
        "ignoreRecommendedBump": true
      }
    }
  },
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "resolutions": {
    "react-native-monorepo-config@^0.3.1": "patch:react-native-monorepo-config@npm%3A0.3.1#./.yarn/patches/react-native-monorepo-config-npm-0.3.1-2343b725c3.patch"
  }
}
