zellous
Version:
Real-time collaboration and communication library with PTT, rooms, and file sharing
41 lines (40 loc) • 852 B
JSON
{
"name": "zellous",
"version": "2.0.1",
"description": "Real-time collaboration and communication library with PTT, rooms, and file sharing",
"type": "module",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./core": "./lib/zellous-core.js",
"./handlers": "./lib/default-handlers.js",
"./server": "./server.js"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon",
"lib": "node lib/index.js"
},
"keywords": [
"collaboration",
"real-time",
"websocket",
"ptt",
"push-to-talk",
"rooms",
"sessions",
"file-sharing",
"audio",
"video"
],
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"msgpackr": "^1.11.5",
"ws": "^8.14.2"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"nodemon": "^3.1.11"
}
}