Files
shelem/package.json
T
goyban 23ae455ec1 Sort cards C D S H so same-colour suits aren't adjacent
Reorder the suit sort (hand + widow overlay) to alternate colours
(clubs, diamonds, spades, hearts) so hearts and diamonds no longer sit
next to each other.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-20 18:11:12 +00:00

16 lines
304 B
JSON

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