{
  "name": "expo-local-authentication",
  "version": "14.0.1",
  "description": "Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the user with a face or fingerprint scan.",
  "main": "build/LocalAuthentication.js",
  "types": "build/LocalAuthentication.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",
    "authentication",
    "auth",
    "touchID",
    "faceID",
    "fingerprint"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-local-authentication"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/latest/sdk/local-authentication/",
  "jest": {
    "preset": "expo-module-scripts"
  },
  "dependencies": {
    "invariant": "^2.2.4"
  },
  "devDependencies": {
    "expo-module-scripts": "^3.0.0"
  },
  "peerDependencies": {
    "expo": "*"
  },
  "gitHead": "ee4f30ef3b5fa567ad1bf94794197f7683fdd481"
}
