-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.46 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
{
"name": "@animo-id/expo-secure-environment",
"version": "0.0.0",
"description": "Expo Secure Environment",
"main": "build/index.js",
"types": "build/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "EXPO_NONINTERACTIVE=1 expo-module build",
"style:check": "biome check --unsafe",
"style:fix": "biome check --write --unsafe",
"types:check": "EXPO_NONINTERACTIVE=1 expo-module 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", "expo-secure-environment", "ExpoSecureEnvironment"],
"repository": "https://github.com/animo/expo-secure-environment",
"bugs": {
"url": "https://github.com/animo/expo-secure-environment/issues"
},
"author": "Animo Solutions <[email protected]> (https://github.com/animo)",
"license": "APACHE-2.0",
"homepage": "https://github.com/animo/expo-secure-environment#readme",
"dependencies": {
"@peculiar/asn1-ecc": "^2.3.8",
"@peculiar/asn1-schema": "^2.3.8",
"@peculiar/asn1-x509": "^2.3.8"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "^1.12.19",
"release-it": "^17.4.1",
"typescript": "^5.5.4"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}