Jedaii_Competitive_Script/package.json
2024-08-17 01:44:20 +02:00

25 lines
526 B
JSON

{
"name": "game-server-management",
"version": "1.0.0",
"description": "A Node.js application for managing game server events and player Elo ratings.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"axios": "^1.4.0",
"events": "^3.3.0",
"mysql2": "^3.1.0",
"ws": "^8.12.0"
},
"keywords": [
"game",
"server",
"elo",
"websocket",
"mysql"
],
"author": "Your Name",
"license": "MIT"
}