UNPKG

expo-local-authentication

Version:

Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the user with a face or fingerprint scan.

51 lines 1.35 kB
{ "name": "expo-local-authentication", "version": "57.0.2", "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, "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": { "@types/invariant": "^2.2.33", "@types/node": "^22.14.0", "expo": "57.0.8", "expo-module-scripts": "56.0.3" }, "peerDependencies": { "expo": "*" }, "gitHead": "a4789f1e53353f4929b0baddcfe5a7c622b99c71", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module" } }