roomsync / package.json
merasabkuch's picture
Upload 3 files
5774ae9 verified
raw
history blame
387 Bytes
{
"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"
}
}