Files
shelem/package.json
T
goyban ab069f2ec3 Show all 4 bids on mobile during bidding (remove inner scroll cap)
The mobile bid-history was capped at 110px, hiding the 4th player's bid behind
a scroll even though the panel had room. There are always exactly 4 players, so
show all four rows.

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

16 lines
304 B
JSON

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