{
  "name": "@fishjam-cloud/react-native-client",
  "version": "0.29.0",
  "description": "React Native client library for Fishjam",
  "license": "Apache-2.0",
  "author": "Fishjam Team",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "react-native": "dist/index.js",
  "files": [
    "dist/**",
    "plugin/build/**",
    "plugin/broadcastExtensionFiles/**",
    "app.plugin.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fishjam-cloud/web-client-sdk.git",
    "directory": "packages/mobile-client"
  },
  "homepage": "https://github.com/fishjam-cloud/web-client-sdk#readme",
  "bugs": "https://github.com/fishjam-cloud/web-client-sdk/issues",
  "keywords": [
    "webrtc",
    "fishjam"
  ],
  "scripts": {
    "tsc": "tsc",
    "build:webrtc-workspace": "yarn workspace @fishjam-cloud/react-native-webrtc run prepare",
    "build": "yarn build:webrtc-workspace && tsc && EXPO_NONINTERACTIVE=1 expo-module build plugin",
    "lint": "eslint . --ext .ts,.tsx --fix",
    "prepare": "yarn build:webrtc-workspace && tsc && EXPO_NONINTERACTIVE=1 expo-module build plugin",
    "format": "prettier --write . --ignore-path ./.eslintignore",
    "check:webrtc-published": "node ../../release-automation/check-webrtc-published.mjs"
  },
  "lint-staged": {
    "*": [
      "yarn format"
    ],
    "*.{js,ts,tsx}": [
      "yarn lint"
    ]
  },
  "peerDependencies": {
    "@fishjam-cloud/react-native-webrtc": "0.29.0",
    "expo": "*",
    "react": "*",
    "react-native": "*",
    "react-native-get-random-values": "1.11.0"
  },
  "dependencies": {
    "@fishjam-cloud/react-client": "0.29.0",
    "@fishjam-cloud/react-native-webrtc": "0.29.0",
    "fast-text-encoding": "1.0.6",
    "react-native-get-random-values": "1.11.0",
    "react-native-url-polyfill": "3.0.0"
  },
  "devDependencies": {
    "eslint-config-expo": "~9.2.0",
    "eslint-import-resolver-typescript": "^3.10.1",
    "eslint-plugin-prettier": "^5.5.1",
    "expo-module-scripts": "^55.0.2",
    "typescript": "^5.8.3"
  },
  "packageManager": "yarn@4.16.0"
}