initial commit

This commit is contained in:
Bhavnoor Singh Saroya 2025-08-25 14:33:52 -07:00
commit abcee32d38
6 changed files with 176 additions and 0 deletions

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "game-server",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"pg": "^8.16.3",
"ws": "^8.18.3"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.7.10"
}
}