-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.49 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
{
"name": "@animo-id/expo-ausweis-sdk",
"version": "0.0.0",
"description": "Expo Module Wrapper around the German eID Ausweis SDK",
"main": "build/index.js",
"types": "build/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "EXPO_NONINTERACTIVE=1 expo-module build && EXPO_NONINTERACTIVE=1 expo-module build plugin",
"style:check": "biome check --unsafe",
"style:fix": "biome check --write --unsafe",
"types:check": "EXPO_NONINTERACTIVE=1 expo-module typecheck && EXPO_NONINTERACTIVE=1 expo-module plugin typecheck",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android",
"release": "release-it"
},
"keywords": ["react-native", "expo", "ausweis-sdk", "AusweisSdk"],
"repository": "https://github.com/animo/expo-ausweis-sdk",
"bugs": {
"url": "https://github.com/animo/expo-ausweis-sdk/issues"
},
"author": "Animo Solutions <[email protected]> (https://github.com/animo)",
"license": "EUPL 1.2",
"homepage": "https://github.com/animo/expo-ausweis-sdk#readme",
"dependencies": {
"@expo/config-plugins": "^8.0.6"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"@types/node": "^20.14.9",
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "^1.12.17",
"release-it": "^17.4.1",
"typescript": "^5.5.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}