Files

21 lines
472 B
JSON
Raw Permalink Normal View History

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