-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
47 lines (47 loc) · 1.38 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
40
41
42
43
44
45
46
47
{
"name": "react-native-passkeys",
"version": "0.3.1",
"description": "A library for using (webauthn) passkeys on iOS, Android & web with a single api",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"auth",
"webauthn",
"passkeys",
"expo",
"rn-passkeys",
"react-native-passkeys",
"ReactNativePasskeys"
],
"repository": "https://github.com/peterferguson/react-native-passkeys",
"bugs": {
"url": "https://github.com/peterferguson/react-native-passkeys/issues"
},
"author": "Peter Ferguson <[email protected]> (https://github.com/peterferguson)",
"license": "MIT",
"homepage": "https://github.com/peterferguson/react-native-passkeys#readme",
"devDependencies": {
"@biomejs/biome": "1.2.2",
"@changesets/cli": "^2.26.2",
"@simplewebauthn/typescript-types": "^8.0.0",
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.4.1",
"expo-modules-core": "^1.11.9",
"typescript": "^5.2.2"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}