Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 401B

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. }