{
  "name": "expo-blur-face",
  "version": "1.0.2",
  "description": "On-device face detection and blurring for React Native / Expo. Uses Vision (iOS) and ML Kit (Android). No server calls, no FFmpeg — just install and blur.",
  "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",
    "face-detection",
    "face-blur",
    "blur-face",
    "privacy",
    "vision",
    "mlkit",
    "on-device",
    "image-processing",
    "face-recognition",
    "anonymize",
    "censor"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/faeizfurqan17/expo-blur-face.git"
  },
  "bugs": {
    "url": "https://github.com/faeizfurqan17/expo-blur-face/issues"
  },
  "author": "Faeiz Furqan <mfaeiz.furqan@gmail.com> (https://github.com/faeizfurqan17)",
  "license": "MIT",
  "homepage": "https://github.com/faeizfurqan17/expo-blur-face#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
    }
  }
}
