chad/package.json
Никита Круглицкий e4a034669f Погнали
closes #1
2025-10-01 18:37:03 +06:00

14 lines
234 B
JSON

{
"name": "server",
"scripts": {
"start": "node index.mjs"
},
"packageManager": "yarn@4.10.3",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"mediasoup": "^3.19.3",
"socket.io": "^4.8.1"
}
}