expo-face-detector
Version:
Lets you use the power of Google Mobile Vision (https://developers.google.com/vision/face-detection-concepts) framework to detect faces on images.
46 lines (45 loc) • 1.27 kB
JSON
{
"name": "expo-face-detector",
"version": "11.0.3",
"description": "Lets you use the power of Google Mobile Vision (https://developers.google.com/vision/face-detection-concepts) framework to detect faces on images.",
"main": "build/FaceDetector.js",
"types": "build/FaceDetector.d.ts",
"sideEffects": false,
"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"
},
"keywords": [
"react-native",
"expo",
"face-detector",
"face",
"detection"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-face-detector"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/facedetector/",
"jest": {
"preset": "expo-module-scripts/ios"
},
"dependencies": {
"expo-modules-core": "~0.4.4"
},
"devDependencies": {
"expo-module-scripts": "^2.0.0"
},
"gitHead": "4fa0497a180ae707fa860cb03858630ab7af19f4"
}