Files
whale_town/server/package.json
WangXiang 6119faf53e init
2025-12-22 18:57:51 +08:00

12 lines
246 B
JSON

{
"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"
}
}