{
  "name": "expo-image-and-video-compressor",
  "version": "1.0.2",
  "description": "Hardware-accelerated image & video compression for React Native / Expo. H.264 & HEVC encoding via MediaCodec and VideoToolbox. No FFmpeg, no config plugins — just install and compress.",
  "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",
    "open:ios": "xed example/ios",
    "open:android": "open -a \"Android Studio\" example/android",
    "android": "expo run:android",
    "ios": "expo run:ios"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-module",
    "video-compression",
    "image-compression",
    "video-compressor",
    "image-compressor",
    "compressor",
    "compress",
    "hardware-acceleration",
    "mediacodec",
    "videotoolbox",
    "hevc",
    "h264",
    "h265",
    "media-compression",
    "video-processing",
    "image-processing",
    "expo-video",
    "expo-image",
    "react-native-video",
    "react-native-image",
    "video-encoder",
    "image-resize",
    "media",
    "compression"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faeizfurqan17/expo-image-and-video-compressor.git"
  },
  "bugs": {
    "url": "https://github.com/faeizfurqan17/expo-image-and-video-compressor/issues"
  },
  "author": "Faeiz Furqan <mfaeiz.furqan@gmail.com> (https://github.com/faeizfurqan17)",
  "license": "MIT",
  "homepage": "https://github.com/faeizfurqan17/expo-image-and-video-compressor#readme",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/faeizfurqan17"
  },
  "engines": {
    "node": ">=18"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "files": [
    "build",
    "ios",
    "android/build.gradle",
    "android/src",
    "src",
    "expo-module.config.json",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": false,
  "dependencies": {},
  "devDependencies": {
    "@types/react": "~19.1.0",
    "expo-module-scripts": "^5.0.8",
    "expo": "^54.0.27",
    "react-native": "0.81.5"
  },
  "peerDependencies": {
    "expo": ">=51.0.0",
    "react": ">=18.0.0",
    "react-native": ">=0.73.0"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": false
    }
  }
}
