forked from GantMan/jail-monkey
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.09 KB
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
{
"name": "exampleexpo55",
"version": "1.0.0",
"main": "index.tsx",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prebuild": "bunx expo prebuild",
"prebuild:clean": "bunx expo prebuild --platform all --clean",
"run:ios:nobundler": "bunx expo run:ios --no-bundler --no-install --configuration Debug",
"run:android:nobundler": "bunx expo run:android --no-bundler --no-install --variant debug",
"run:both:nobundler": "sh -c 'bunx expo run:ios --no-bundler --no-install --configuration Debug & bunx expo run:android --no-bundler --no-install --variant debug & wait'"
},
"dependencies": {
"expo": "~55.0.0",
"expo-dev-client": "~55.0.19",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.11",
"jail-monkey": "file:../artifacts/jail-monkey-3.0.0.tgz",
"react": "19.2.0",
"react-native": "0.83.4",
"react-native-safe-area-context": "~5.6.2"
},
"devDependencies": {
"@types/react": "~19.2.10",
"typescript": "~5.9.2"
},
"private": true
}