forked from hieuvp/react-native-fingerprint-scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}
}