-
Notifications
You must be signed in to change notification settings - Fork 7
/
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": "expo-in-app-updates",
"version": "0.5.0",
"description": "Native in-app updates for Android and iOS",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"prepare": "bun expo-module prepare",
"prepublishOnly": "bun expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"expo-in-app-updates",
"ExpoInAppUpdates"
],
"repository": "https://github.com/SohelIslamImran/expo-in-app-updates",
"bugs": {
"url": "https://github.com/SohelIslamImran/expo-in-app-updates/issues"
},
"author": "SohelIslamImran <[email protected]> (https://github.com/SohelIslamImran)",
"license": "MIT",
"homepage": "https://github.com/SohelIslamImran/expo-in-app-updates#readme",
"dependencies": {},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "~18.2.79",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "^1.12.26"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}