{
  "name": "@react-native-ml-kit/face-detection",
  "title": "React Native MLKit Face Detection",
  "version": "2.0.1",
  "description": "React Native On-Device Face Detection w/ Google ML Kit",
  "main": "index.ts",
  "files": [
    "README.md",
    "android",
    "index.ts",
    "ios",
    "RNMLKitFaceDetection.podspec"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/a7med-mahmoud/react-native-ml-kit.git",
    "baseUrl": "https://github.com/a7med-mahmoud/react-native-ml-kit"
  },
  "keywords": [
    "react-native"
  ],
  "author": {
    "name": "Ahmed Mahmoud",
    "email": "a7med.mahmoud2004@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": ">=16.8.1",
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "@types/react-native": "^0.72.3"
  }
}
