暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910
  1. {
  2. "name": "bizgaze-support-server",
  3. "version": "2.0.0",
  4. "description": "BizGaze Support — remote screen sharing: public landing, agent console, sessions, SSO + webhook for BizGaze integration",
  5. "main": "server.js",
  6. "scripts": { "start": "node server.js" },
  7. "engines": { "node": ">=22.5.0" },
  8. "dependencies": { "ws": "^8.18.0" },
  9. "optionalDependencies": { "nodemailer": "^6.9.14" }
  10. }