Initial commit

This commit is contained in:
goyban
2026-04-26 11:52:07 +00:00
commit 460c9d57ed
14 changed files with 3927 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "hearts",
"version": "1.0.0",
"description": "Hearts 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"
}
}