{
  "name": "@arfuhad/react-native-smart-camera",
  "version": "0.1.5",
  "description": "VisionCamera frame processor plugin for face detection, blink detection, and WebRTC streaming",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "react-native": "src/index.ts",
  "source": "src/index.ts",
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "build:plugin": "tsc --project plugin/tsconfig.json",
    "clean": "rm -rf build plugin/build",
    "lint": "eslint src --ext .ts,.tsx",
    "prepare": "npm run build && npm run build:plugin",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "keywords": [
    "react-native",
    "expo",
    "camera",
    "face-detection",
    "blink-detection",
    "webrtc",
    "vision-camera",
    "ml-kit",
    "frame-processor"
  ],
  "files": [
    "src",
    "build",
    "ios",
    "android",
    "plugin/build",
    "app.plugin.js",
    "react-native-smart-camera.podspec",
    "README.md",
    "ARCHITECTURE.md",
    "CHANGELOG.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/arfuhad/react-native-smart-camera.git"
  },
  "bugs": {
    "url": "https://github.com/arfuhad/react-native-smart-camera/issues"
  },
  "author": "arfuhad",
  "license": "MIT",
  "homepage": "https://github.com/arfuhad/react-native-smart-camera#readme",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "default": "./build/index.js"
    },
    "./plugin": {
      "types": "./plugin/build/index.d.ts",
      "default": "./plugin/build/index.js"
    }
  },
  "peerDependencies": {
    "expo": ">=49.0.0",
    "react": ">=18.0.0",
    "react-native": ">=0.72.0",
    "react-native-vision-camera": ">=3.0.0",
    "react-native-webrtc": ">=118.0.0",
    "react-native-worklets-core": ">=1.0.0"
  },
  "devDependencies": {
    "@expo/config-plugins": "^7.8.0",
    "@types/react": "^18.2.0",
    "expo": "^51.0.0",
    "expo-module-scripts": "^3.4.1",
    "expo-modules-core": "^1.11.0",
    "react": "^18.2.0",
    "react-native": "^0.74.0",
    "react-native-vision-camera": "^4.0.0",
    "react-native-webrtc": "^118.0.7",
    "react-native-worklets-core": "^1.3.0",
    "typescript": "^5.3.0"
  },
  "peerDependenciesMeta": {
    "react-native-vision-camera": {
      "optional": false
    },
    "react-native-webrtc": {
      "optional": true
    },
    "react-native-worklets-core": {
      "optional": false
    }
  }
}
