-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 841 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "adept-game",
"private": true,
"description": "Adepts show — session service + SPA (see requirements/)",
"scripts": {
"dev:backend": "npm run dev --workspace=backend",
"dev:frontend": "npm run dev --workspace=frontend",
"build": "npm run build --workspace=backend && npm run build --workspace=frontend"
},
"workspaces": ["backend", "frontend"],
"dependencies": {
"@adept-plugins/opening-show": "file:../Adept-Game-Plugins/packages/opening-show",
"@adept-plugins/spectator-bet": "file:../Adept-Game-Plugins/packages/spectator-bet",
"@adept-plugins/funeral": "file:../Adept-Game-Plugins/packages/funeral",
"@adept-plugins/final-round-selection": "file:../Adept-Game-Plugins/packages/final-round-selection",
"@adept-plugins/raccoon": "file:../Adept-Game-Plugins/packages/raccoon"
}
}