-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 844 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "steam-game-stats",
"version": "0.0.1",
"description": "Application for steam games statistics",
"scripts": {
"debug:backend:local-db": "docker compose -f docker-compose.yaml -f docker-compose.debug.yaml --env-file ./config/local-db.env up --build -d",
"start:backend:local-db": "docker compose --env-file ./config/local-db.env up --build -d",
"start:backend:cloud-db": "docker compose --env-file ./config/cloud-db.env up --build -d",
"stop": "docker compose --env-file ./config/local-db.env down"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukatarman/steam-game-stats.git"
},
"author": "Luka Tarman, Stanislav Jakuschevskij",
"license": "ISC",
"homepage": "https://github.com/lukatarman/steam-game-stats#readme",
"workspaces": [
"backend",
"frontend"
]
}