-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "behavioral-health-app-workspace",
"version": "0.1.0",
"private": true,
"scripts": {
"check": "node scripts/preflight.mjs",
"check:frontend": "node scripts/preflight.mjs --frontend-only",
"check:phone": "node scripts/preflight.mjs --phone --sync-api-url",
"check:frontend:phone": "node scripts/preflight.mjs --frontend-only --phone --sync-api-url",
"backend": "node scripts/run-backend.mjs",
"backend:phone": "node scripts/run-backend.mjs --phone",
"frontend": "node scripts/run-frontend.mjs",
"frontend:phone": "node scripts/run-frontend.mjs --phone",
"app": "node scripts/run-app.mjs",
"app:phone": "node scripts/run-app.mjs --phone"
},
"dependencies": {
"expo": "^55.0.15"
}
}