cb664e4505
- Server reads version from package.json and returns it from /api/config - Client fetches it at boot and renders it in a lobby footer - Bump service-worker cache to shelem-v3 so precache refreshes Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"name": "shelem",
|
|
"version": "1.1.2",
|
|
"description": "Shelem card game — multiplayer",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"socket.io": "^4.7.2",
|
|
"bcryptjs": "^2.4.3",
|
|
"jsonwebtoken": "^9.0.2"
|
|
}
|
|
}
|