1{ 2 "name": "expo-local-authentication", 3 "version": "13.6.0", 4 "description": "Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the user with a face or fingerprint scan.", 5 "main": "build/LocalAuthentication.js", 6 "types": "build/LocalAuthentication.d.ts", 7 "sideEffects": false, 8 "scripts": { 9 "build": "expo-module build", 10 "clean": "expo-module clean", 11 "lint": "expo-module lint", 12 "test": "expo-module test", 13 "prepare": "expo-module prepare", 14 "prepublishOnly": "expo-module prepublishOnly", 15 "expo-module": "expo-module" 16 }, 17 "keywords": [ 18 "react-native", 19 "expo", 20 "authentication", 21 "auth", 22 "touchID", 23 "faceID", 24 "fingerprint" 25 ], 26 "repository": { 27 "type": "git", 28 "url": "https://github.com/expo/expo.git", 29 "directory": "packages/expo-local-authentication" 30 }, 31 "bugs": { 32 "url": "https://github.com/expo/expo/issues" 33 }, 34 "author": "650 Industries, Inc.", 35 "license": "MIT", 36 "homepage": "https://docs.expo.dev/versions/latest/sdk/local-authentication/", 37 "jest": { 38 "preset": "expo-module-scripts" 39 }, 40 "dependencies": { 41 "invariant": "^2.2.4" 42 }, 43 "devDependencies": { 44 "expo-module-scripts": "^3.0.0" 45 }, 46 "peerDependencies": { 47 "expo": "*" 48 } 49} 50