@nguyenthang9720/react-native-biometrics-sic
Version:
React Native biometric functionality for signing and encryption
47 lines (46 loc) • 1.44 kB
JSON
{
"author": "Ngô Tuấn Tài <taideveloperapp@gmail.com> (https://github.com/taingo97)",
"contributors": [],
"name": "@nguyenthang9720/react-native-biometrics-sic",
"version": "3.0.21",
"summary": "A React Native library for biometrics",
"description": "React Native biometric functionality for signing and encryption",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"types": "build/esm/index.d.ts",
"scripts": {
"clean": "rm -rf build && rm -rf node_modules && npm install",
"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"
],
"homepage": "https://github.com/bnnsoftvn/react-native-biometrics-sic",
"repository": {
"type": "git",
"url": "git+https://github.com/bnnsoftvn/react-native-biometrics-sic.git"
},
"private": false,
"authorname": "react-native-biometrics-sic",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.60.0"
},
"devDependencies": {
"typescript": "^3.7.2"
},
"bugs": {
"url": "https://github.com/bnnsoftvn/react-native-biometrics-sic/issues"
}
}