forked from authgear/authgear-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 664 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 664 Bytes
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
{
"name": "@authgear/react-native",
"version": "2.14.0",
"license": "Apache-2.0",
"main": "dist/authgear-react-native.js",
"files": [
"index.d.ts",
"dist/authgear-react-native.js",
"authgear-react-native.podspec",
"ios",
"android"
],
"devDependencies": {
"@authgear/core": "2.14.0",
"@types/react-native": "0.69.1",
"core-js-pure": "^3.37.0"
},
"peerDependencies": {
"react-native": ">=0.60.0 <1.0.0"
},
"keywords": [
"Authgear",
"user authentication",
"login",
"PKCE",
"Authorization Code Grant Flow",
"Biometric Login",
"React Native",
"React Native authentication"
]
}