{
  "name": "@livekit/react-native-expo-plugin",
  "version": "1.0.2",
  "description": "Expo Plugin for LiveKit React Native SDK",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "ci:publish": "changeset version && changeset publish",
    "open:ios": "open -a \"Xcode\" example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "react-native-expo-plugin",
    "LiveKit"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/livekit/client-sdk-react-native-expo-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/livekit/client-sdk-react-native-expo-plugin/issues"
  },
  "author": "LiveKit <hello@livekit.io> (https://github.com/livekit)",
  "license": "Apache-2.0",
  "homepage": "https://github.com/livekit/client-sdk-react-native-expo-plugin#readme",
  "devDependencies": {
    "@changesets/cli": "2.29.8",
    "@livekit/changesets-changelog-github": "^0.0.4",
    "@types/react": "^18.0.25",
    "expo-module-scripts": "^3.4.1",
    "expo-modules-core": "^1.11.12"
  },
  "peerDependencies": {
    "@livekit/react-native": "^2.1.0",
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
