-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "ems",
"private": true,
"author": {
"email": "kyleflynn.dev@gmail.com",
"name": "Kyle Flynn",
"url": "https://github.com/kyle-flynn"
},
"scripts": {
"build:libs": "turbo run @toa-lib/client#build @toa-lib/server#build",
"build": "turbo build",
"build:apps": "turbo run api#build realtime#build ems-web#build",
"dev": "turbo run dev api#start realtime#dev"
},
"repository": {
"url": "https://github.com/the-orange-alliance/project-ems.git"
},
"devDependencies": {
"@aws-amplify/backend": "^1.16.1",
"@aws-amplify/backend-cli": "^1.8.0",
"aws-cdk-lib": "^2.204.0",
"constructs": "^10.4.2",
"esbuild": "^0.25.10",
"tsx": "^4.20.6",
"turbo": "^2.4.4",
"typescript": "^5.9.2"
},
"packageManager": "npm@11.6.2",
"workspaces": [
"libs/models",
"libs/client",
"libs/server",
"apps/services/api",
"apps/services/api-amplify",
"apps/services/realtime",
"apps/services/frc-fms",
"apps/web"
],
"dependencies": {
"aws-amplify": "^6.15.6"
},
"engine": {
"node": ">=20.0.0"
}
}