-
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) · 1013 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"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",
"@adept-plugins/wheel-of-adepts": "file:../Adept-Game-Plugins/packages/wheel-of-adepts",
"@adept-plugins/roulette": "file:../Adept-Game-Plugins/packages/roulette"
}
}