{
  "name": "expo-face-detection",
  "version": "1.0.24",
  "description": "Expo native module for face detection, liveness detection, and face recognition using MTCNN and MobileFaceNet",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "tsc && tsc -p plugin/tsconfig.json",
    "clean": "rm -rf build",
    "lint": "eslint src",
    "test": "jest",
    "prepublishOnly": "npm run build"
  },
  "expo": {
    "autolinking": {
      "nativeModulesDir": "."
    }
  },
  "app.plugin": "./app.plugin.js",
  "keywords": [
    "expo",
    "react-native",
    "face-detection",
    "face-recognition",
    "mtcnn",
    "mobilefacenet",
    "liveness-detection",
    "anti-spoofing"
  ],
  "repository": {
    "type": "git",
    "url": ""
  },
  "author": "",
  "license": "MIT",
  "homepage": "",
  "dependencies": {},
  "devDependencies": {
    "expo-module-scripts": "^3.0.0",
    "expo-modules-core": "^1.5.0"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
