66a9e59db6
Phones stuck on stale service-worker caches (esp. iOS home-screen PWAs) could show the new version string while still running old app.js/css. Tapping the footer now unregisters the service worker, clears all caches, and reloads to pull the latest build. 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.4",
|
|
"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"
|
|
}
|
|
}
|