{
  "name": "react-native-vision-camera-spoof-detector",
  "version": "1.0.23",
  "description": "High-performance face anti-spoofing and liveness detection module for React Native Vision Camera. Uses TensorFlow Lite with GPU acceleration and optimized YUV processing.",
  "homepage": "https://github.com/dpraful/react-native-vision-camera-spoof-detector",
  "repository": {
    "type": "git",
    "url": "https://github.com/dpraful/react-native-vision-camera-spoof-detector.git"
  },
  "bugs": {
    "url": "https://github.com/dpraful/react-native-vision-camera-spoof-detector/issues"
  },
  "license": "JSCON TECHNOLOGIES PVT LTD",
  "author": {
    "name": "PRAFULDAS M M",
    "company": "JESCON TECHNOLOGIES PVT LTD",
    "email": "jescontechnologies@gmail.com"
  },
  "contributors": [
    {
      "name": "JESCON TECHNOLOGIES PVT LTD",
      "email": "jescontechnologies@gmail.com"
    }
  ],
  "main": "index.js",
  "browser": "index.js",
  "react-native": "index.js",
  "types": "index.d.ts",
  "files": [
    "android/",
    ".gitattributes",
    ".gitignore",
    ".npmignore",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "index.js",
    "index.d.ts",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "react-native",
    "vision-camera",
    "face-detection",
    "anti-spoofing",
    "liveness-detection",
    "face-liveness",
    "spoofing-detection",
    "tensorflow-lite",
    "gpu-acceleration",
    "yuv-processing",
    "face-recognition",
    "biometric",
    "security",
    "ai",
    "ml"
  ],
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.60.0",
    "react-native-vision-camera": "^4.6.4 || ^5.0.0",
    "react-native-reanimated": "^3.0.0",
    "react-native-worklets-core": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "react-native-vision-camera-face-detector": {
      "optional": true
    }
  },
  "devDependencies": {
    "react": "^18.2.0",
    "react-native": "^0.72.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
    "@babel/plugin-proposal-optional-chaining": "^7.21.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "packageManager": "npm@8.0.0",
  "documentation": "https://github.com/dpraful/react-native-vision-camera-spoof-detector/wiki",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}