12 lines
246 B
JSON
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"
|
|
}
|
|
} |