39059-vm/server/package.json
2026-03-09 06:28:03 +00:00

20 lines
339 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"mysql2": "^3.19.0",
"socket.io": "^4.8.3"
}
}