{
  "name": "expo-blob",
  "version": "57.0.0",
  "description": "Provides a Blob implementation for handling binary data across platforms, with web API compatibility for creating, reading, and manipulating binary objects.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "keywords": [
    "react-native",
    "expo",
    "expo-blob"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-blob"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/blob/",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "~19.2.0",
    "expo": "57.0.0-preview.0",
    "expo-module-scripts": "56.0.3"
  },
  "peerDependencies": {
    "expo": "*"
  },
  "gitHead": "e3eb896c5fdcd89e0cded98ff4e35c9db12cc9c0",
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "expo-module": "expo-module"
  }
}