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-23 21:58:49 +05:30
|
|
|
"scripts": {
|
|
|
|
|
"start": "node server.js"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22.5.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"web-push": "^3.6.7",
|
|
|
|
|
"ws": "^8.18.0"
|
|
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
|
|
|
|
"nodemailer": "^6.9.14"
|
|
|
|
|
}
|
2026-06-05 17:29:09 +05:30
|
|
|
}
|