This commit is contained in:
2026-01-26 01:29:14 +03:00
commit 6c145b1a61
991 changed files with 166848 additions and 0 deletions

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "star-wars-hearthstone",
"version": "1.0.0",
"description": "PvP Star Wars card game over LAN (Radmin VPN), 2-4 players",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js"
},
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.7.2"
}
}