Files
voice-call-service/package.json
2026-05-29 01:06:47 +03:00

16 lines
347 B
JSON

{
"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"
}
}