2026-06-05 17:29:09 +05:30
|
|
|
{
|
2026-06-09 16:47:43 +05:30
|
|
|
"name": "bizgaze-support-server",
|
|
|
|
|
"version": "2.0.0",
|
|
|
|
|
"description": "BizGaze Support — remote screen sharing: public landing, agent console, sessions, SSO + webhook for BizGaze integration",
|
2026-06-05 17:29:09 +05:30
|
|
|
"main": "server.js",
|
2026-06-09 16:47:43 +05:30
|
|
|
"scripts": { "start": "node server.js" },
|
2026-06-05 17:29:09 +05:30
|
|
|
"engines": { "node": ">=22.5.0" },
|
2026-06-09 16:47:43 +05:30
|
|
|
"dependencies": { "ws": "^8.18.0" },
|
|
|
|
|
"optionalDependencies": { "nodemailer": "^6.9.14" }
|
2026-06-05 17:29:09 +05:30
|
|
|
}
|