game-server/package.json

22 lines
375 B
JSON
Raw Permalink Normal View History

2025-08-25 14:33:52 -07:00
{
"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"
}
}