Files
shelem/package.json
T
goyban 3cf338d014 Use JOKER-3.svg for the colorful joker
Point JOKER-COLOR at /cards/JOKER-3.svg instead of JOKER-1.svg.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-12 09:22:08 +00:00

16 lines
304 B
JSON

{
"name": "shelem",
"version": "1.1.6",
"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"
}
}