40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "react-native-fingerprint-scanner",
|
|
"version": "6.0.0",
|
|
"description": "React Native Biometrics Scanner for Android and iOS",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"react-native",
|
|
"react-native-component",
|
|
"react-component",
|
|
"react",
|
|
"native",
|
|
"touch",
|
|
"touchid",
|
|
"touch-id",
|
|
"fingerprint",
|
|
"fingerprint-scanner",
|
|
"authentication",
|
|
"authenticate",
|
|
"auth",
|
|
"face-id",
|
|
"faceid",
|
|
"biometrics"
|
|
],
|
|
"peerDependencies": {
|
|
"react-native": ">=0.60 <1.0.0"
|
|
},
|
|
"homepage": "https://github.com/hieuvp/react-native-fingerprint-scanner#readme",
|
|
"repository": "https://github.com/hieuvp/react-native-fingerprint-scanner.git",
|
|
"author": "Hieu Van (https://github.com/hieuvp)",
|
|
"license": "MIT",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"android": "cd examples && react-native run-android",
|
|
"ios": "cd examples && react-native run-ios",
|
|
"cleanup": "rm -rf android/build ios/build yarn.lock node_modules && cd examples && rm -rf android/build android/app/build ios/build yarn.lock node_modules",
|
|
"cleanup:android": "cd examples/android && ./gradlew clean",
|
|
"cleanup:install": "yarn cleanup && yarn && cd examples && yarn && cd .. && yarn symlink && yarn cleanup:android"
|
|
}
|
|
}
|