This commit is contained in:
WangXiang
2025-12-22 18:57:51 +08:00
commit 6119faf53e
159 changed files with 19162 additions and 0 deletions

12
server/package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "pokeplaza-server",
"version": "1.0.0",
"description": "PokePlaza WebSocket Game Server",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"ws": "^8.16.0"
}
}