forked from hieuvp/react-native-fingerprint-scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.2 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
{
"name": "react-native-fingerprint-scanner",
"version": "2.5.0",
"description": "React Native Fingerprint 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"
],
"repository": "https://github.com/hieuvp/react-native-fingerprint-scanner.git",
"author": "Hieu Van (https://github.com/hieuvp)",
"license": "MIT",
"scripts": {
"android": "cd examples && react-native run-android",
"ios": "cd examples && react-native run-ios",
"symlink": "cd examples && rm -rf node_modules/react-native-fingerprint-scanner && npm link ../../react-native-fingerprint-scanner && rm -rf ../package-lock.json",
"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"
}
}