{
  "name": "stream-chat-expo",
  "description": "The official Expo SDK for Stream Chat, a service for building chat applications",
  "version": "8.13.9",
  "author": {
    "company": "Stream.io Inc",
    "name": "Stream.io Inc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/GetStream/stream-chat-react-native.git",
    "directory": "package/expo-package"
  },
  "license": "SEE LICENSE IN LICENSE",
  "main": "src/index.js",
  "types": "types/index.d.ts",
  "dependencies": {
    "mime": "^4.0.7",
    "stream-chat-react-native-core": "8.13.9"
  },
  "peerDependencies": {
    "expo": ">=51.0.0",
    "expo-av": "*",
    "expo-clipboard": "*",
    "expo-document-picker": "*",
    "expo-file-system": "*",
    "expo-haptics": "*",
    "expo-image-manipulator": "*",
    "expo-image-picker": "*",
    "expo-media-library": "*",
    "expo-sharing": "*",
    "expo-video": "*",
    "expo-audio": "*"
  },
  "peerDependenciesMeta": {
    "expo-av": {
      "optional": true
    },
    "expo-audio": {
      "optional": true
    },
    "expo-video": {
      "optional": true
    },
    "expo-clipboard": {
      "optional": true
    },
    "expo-document-picker": {
      "optional": true
    },
    "expo-file-system": {
      "optional": true
    },
    "expo-media-library": {
      "optional": true
    },
    "expo-image-picker": {
      "optional": true
    },
    "expo-sharing": {
      "optional": true
    },
    "expo-haptics": {
      "optional": true
    }
  },
  "devDependencies": {
    "expo": "^53.0.12",
    "expo-image-manipulator": "^12.0.5",
    "expo-audio": "~0.4.6"
  },
  "scripts": {
    "prepack": " cp ../../README.md .",
    "postpack": "rm README.md"
  },
  "resolutions": {
    "@types/react": "^19.0.0"
  }
}
