{ "name": "real-time-communication", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start:server": "node Server/app.js", "start:client": "cd Client && npm run dev" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "ws": "^8.13.0" } }