{
  "name": "mediasfu-reactnative",
  "version": "2.3.5",
  "private": false,
  "main": "dist/main.js",
  "module": "dist/main.js",
  "react-native": "dist/main.js",
  "types": "dist/types/main.d.ts",
  "author": "MediaSFU",
  "license": "MIT",
  "description": "MediaSFU Prebuilt React Native SDK",
  "repository": {
    "type": "git",
    "url": "https://github.com/MediaSFU/MediaSFU-ReactNative"
  },
  "homepage": "https://github.com/MediaSFU/MediaSFU-ReactNative",
  "bugs": {
    "url": "https://github.com/MediaSFU/MediaSFU-ReactNative/issues",
    "email": "info@mediasfu.com"
  },
  "files": [
    "dist/",
    "README.md"
  ],
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "prebuild": "node prebuild.js",
    "postbuild": "node postbuild.js",
    "build": "npm run build:clean && npm run build:ts",
    "build:clean": "rm -rf dist",
    "build:ts": "tsc --project tsconfig.build.json",
    "build:bundle": "rollup -c",
    "build:copy": "cp -r src/assets dist/assets",
    "buildnpm": "npm run build:clean && npm run build:ts",
    "lint": "eslint src/**/*.ts src/**/*.tsx",
    "lint:fix": "eslint src/**/*.ts src/**/*.tsx --fix",
    "lint:all": "eslint \"src/**/*.{ts,tsx}\" \"*.tsx\" --no-error-on-unmatched-pattern",
    "lint:all:fix": "eslint \"src/**/*.{ts,tsx}\" \"*.tsx\" --fix --no-error-on-unmatched-pattern",
    "build-docs": "typedoc"
  },
  "peerDependencies": {
    "@react-native-async-storage/async-storage": "^1.23.1",
    "@react-native-clipboard/clipboard": "^1.14.3",
    "@react-native-community/slider": "^4.5.2",
    "@react-native-picker/picker": "^2.7.5",
    "@react-navigation/native": "^6.1.18",
    "@react-navigation/native-stack": "^6.11.0",
    "mediasoup-client": "^3.16.0",
    "react": "^18.3.1",
    "react-color": "^2.19.3",
    "react-native": "^0.76.0",
    "react-native-gesture-handler": "~2.20.0",
    "react-native-orientation-locker": "^1.6.0",
    "react-native-permissions": "^5.0.2",
    "react-native-picker-select": "^9.0.0",
    "react-native-reanimated": "~3.16.0",
    "react-native-safe-area-context": "^4.12.0",
    "react-native-screens": "^3.35.0",
    "react-native-sound": "^0.11.2",
    "react-native-status-bar-height": "^2.6.0",
    "react-native-vector-icons": "^10.2.0",
    "react-native-video": "^6.7.0",
    "react-native-webrtc": "^124.0.0",
    "react-native-webrtc-web-shim": "^1.0.7",
    "reanimated-color-picker": "^2.4.2",
    "socket.io-client": "^4.8.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@react-native-async-storage/async-storage": "^1.23.1",
    "@react-native-clipboard/clipboard": "^1.14.3",
    "@react-native-community/cli": "15.0.0",
    "@react-native-community/cli-platform-android": "15.0.0",
    "@react-native-community/cli-platform-ios": "15.0.0",
    "@react-native-community/slider": "^4.5.2",
    "@react-native-picker/picker": "^2.7.5",
    "@react-native/babel-preset": "^0.76.0",
    "@react-native/eslint-config": "^0.76.0",
    "@react-native/metro-config": "^0.76.0",
    "@react-native/typescript-config": "^0.76.0",
    "@react-navigation/native": "^6.1.18",
    "@react-navigation/native-stack": "^6.11.0",
    "@types/react": "^18.3.12",
    "@types/react-native": "^0.73.0",
    "@types/react-native-vector-icons": "^6.4.18",
    "@types/react-test-renderer": "^18.0.0",
    "babel-jest": "^29.6.3",
    "eslint": "^8.57.1",
    "jest": "^29.6.3",
    "mediasoup-client": "^3.16.0",
    "prettier": "2.8.8",
    "react": "^18.3.1",
    "react-color": "^2.19.3",
    "react-native": "^0.76.0",
    "react-native-gesture-handler": "~2.20.0",
    "react-native-orientation-locker": "^1.6.0",
    "react-native-permissions": "^5.0.2",
    "react-native-picker-select": "^9.0.0",
    "react-native-reanimated": "~3.16.0",
    "react-native-safe-area-context": "^4.12.0",
    "react-native-screens": "^3.35.0",
    "react-native-sound": "^0.11.2",
    "react-native-status-bar-height": "^2.6.0",
    "react-native-vector-icons": "^10.2.0",
    "react-native-video": "^6.7.0",
    "react-native-webrtc": "^124.0.0",
    "react-native-webrtc-web-shim": "^1.0.7",
    "react-test-renderer": "^18.3.1",
    "reanimated-color-picker": "^2.4.2",
    "socket.io-client": "^4.8.0",
    "typedoc": "^0.28.0",
    "typedoc-plugin-extras": "^4.0.1",
    "typedoc-plugin-markdown": "^4.8.1",
    "typescript": "^5.6.2"
  },
  "overrides": {
    "typescript": "^5.6.2",
    "react": "^18.3.1",
    "@types/react": "^18.3.12",
    "react-native": "^0.76.0",
    "mediasoup-client": "^3.16.0",
    "socket.io-client": "^4.8.0",
    "react-native-webrtc": {
      "react-native": "^0.76.0"
    },
    "react-native-reanimated": {
      "react-native": "^0.76.0"
    },
    "react-native-gesture-handler": {
      "react-native": "^0.76.0"
    },
    "react-native-safe-area-context": {
      "react-native": "^0.76.0"
    }
  },
  "keywords": [
    "mediasfu",
    "react",
    "prebuilt",
    "webRTC",
    "video",
    "audio",
    "chat",
    "media",
    "sfu",
    "MediaSFU",
    "cloud recording",
    "meeting",
    "conference",
    "web",
    "sdk",
    "react-native",
    "mediasoup",
    "screen sharing",
    "screen sharing annotation",
    "collaborative whiteboard",
    "webRTC recording",
    "webRTC streaming",
    "mediasfu-react-native",
    "mediasfu-react-native-sdk",
    "mediasfu-react-native-prebuilt",
    "mediasfu-reactnative",
    "mediasfu-reactnative-sdk",
    "mediasfu-reactnative-prebuilt"
  ],
  "type": "module"
}