-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.24 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
{
"name": "@getclave/expo-passkey",
"version": "0.6.4",
"description": "Expo module for interacting with Passkeys in Clave",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"expo:build": "expo-module build",
"expo:clean": "expo-module clean",
"expo:lint": "expo-module lint",
"expo:test": "expo-module test",
"expo:prepare": "expo-module prepare",
"expo:prepublishOnly": "expo-module prepublishOnly",
"expo:module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"clave-expo-passkey",
"ExpoClavePasskey"
],
"repository": "https://github.com/getclave/clave-expo-passkey",
"bugs": {
"url": "https://github.com/getclave/clave-expo-passkey/issues"
},
"author": "zetsuboii <[email protected]> (https://github.com/zetsuboii)",
"license": "MIT",
"homepage": "https://github.com/getclave/clave-expo-passkey#readme",
"dependencies": {},
"devDependencies": {
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.4.0",
"expo-modules-core": "^1.11.7"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}