{ "name": "intaleq-voice-call", "version": "1.0.0", "description": "Voice Call Signaling Backend in Node.js for Intaleq", "main": "cmd/server/main.js", "type": "module", "scripts": { "start": "node cmd/server/main.js", "dev": "node cmd/server/main.js" }, "dependencies": { "mysql2": "^3.9.2", "ws": "^8.16.0" } }