48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "react-native-biometrics",
|
|
"version": "1.7.0",
|
|
"summary": "A React Native library for biometrics",
|
|
"description": "React Native biometric functionality for signing and encryption",
|
|
"main": "lib/index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"clean": "rm -rf lib && rm -rf node_modules && npm install",
|
|
"build": "babel index.js -d lib",
|
|
"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/SelfLender/react-native-biometrics",
|
|
"contributors": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SelfLender/react-native-biometrics.git"
|
|
},
|
|
"private": false,
|
|
"author": {
|
|
"name": "Brandon Hines",
|
|
"url": "https://github.com/NappyPirate"
|
|
},
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react-native": ">=0.52.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SelfLender/react-native-biometrics/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.5.5",
|
|
"@babel/core": "^7.5.5",
|
|
"metro-react-native-babel-preset": "^0.56.0"
|
|
}
|
|
}
|