UNPKG

react-native-biometrics-authentication

Version:

React Native biometric functionality for signing and encryption with optional fallback passcode option in IOS.

52 lines (51 loc) 1.57 kB
{ "name": "react-native-biometrics-authentication", "version": "1.1.0", "summary": "A React Native library for biometrics authentication extended the original react-native-biometrics library.", "description": "React Native biometric functionality for signing and encryption with optional fallback passcode option in IOS.", "main": "build/cjs/index.js", "module": "build/esm/index.js", "types": "build/esm/index.d.ts", "scripts": { "build": "npm run build:cjs && npm run build:esm", "build:cjs": "tsc --target es5 --outDir build/cjs --module commonjs", "build:esm": "tsc --target es5 --outDir build/esm --module esnext", "release": "npm run clean && npm run build && npm publish" }, "keywords": [ "react-native", "android", "ios", "biometrics", "authentication", "auth", "fingerprint", "touch-id", "face-id", "react-native-biometrics", "react-native-touch-id", "react-native-keychain", "keychain" ], "homepage": "https://github.com/dib-676/react-native-biometrics-authentication", "contributors": [], "repository": { "type": "git", "url": "git+https://github.com/dib-676/react-native-biometrics-authentication.git" }, "private": false, "author": { "name": "Dibendu Gorai", "url": "https://github.com/dib-676" }, "license": "MIT", "peerDependencies": { "react-native": ">=0.60.0" }, "bugs": { "url": "https://github.com/dib-676/react-native-biometrics-authentication/issues" }, "devDependencies": { "typescript": "^4.8.4" } }