forked from naoufal/react-native-touch-id
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.19 KB
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
40
{
"name": "react-native-touch-id",
"version": "4.4.9",
"description": "React Native authentication with the native Touch ID popup.",
"scripts": {
"lint": "node_modules/.bin/eslint .",
"start": "node_modules/react-native/packager/packager.sh",
"test": "npm run lint"
},
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/joe-sam/react-native-touch-id"
},
"keywords": [
"react-native",
"react",
"native",
"touch-id",
"react-component",
"react-native-component",
"authentication",
"auth",
"authenticate",
"mobile"
],
"author": "Naoufal Kadhom <naoufalkadhom@gmail.com> (https://github.com/naoufal)",
"license": "ISC",
"bugs": {
"url": "https://github.com/joe-sam/react-native-touch-id/issues"
},
"homepage": "https://github.com/naoufal/react-native-touch-id",
"devDependencies": {
"@react-native/typescript-config": "^0.81.1",
"eslint": "^7.19.0",
"eslint-plugin-react": "^7.22.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}