chore: backend setup

This commit is contained in:
eneller
2026-02-28 00:21:44 +01:00
parent c7bf381ab9
commit 378366e5f5
3 changed files with 1237 additions and 3 deletions

1226
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,5 +13,10 @@
"client", "client",
"server", "server",
"shared" "shared"
] ],
"devDependencies": {
"@types/node": "^25.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
} }

View File

@@ -9,5 +9,10 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"devDependencies": {} "dependencies": {
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"pg": "^8.19.0"
}
} }