파일

11 라인
401 B
JSON
Raw 고유링크 일반 보기 히스토리

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" },
2026-06-05 17:29:09 +05:30
"engines": { "node": ">=22.5.0" },
"dependencies": { "ws": "^8.18.0" },
"optionalDependencies": { "nodemailer": "^6.9.14" }
2026-06-05 17:29:09 +05:30
}