Spaces:
Running
Running
{ | |
"name": "room_sync_sockets", | |
"version": "1.0.0", | |
"main": "index.js", | |
"scripts": { | |
"start": "node index.js", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"description": "", | |
"dependencies": { | |
"cors": "^2.8.5", | |
"express": "^4.21.1", | |
"firebase-admin": "^12.6.0", | |
"ws": "^8.18.0" | |
} | |
} | |