package.json 747 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "ic-ctbu-backend",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "node index.js",
  8. "start:worker": "node worker.js"
  9. },
  10. "author": "thc",
  11. "license": "ISC",
  12. "dependencies": {
  13. "ali-oss": "^6.x",
  14. "amqplib": "^0.10.9",
  15. "axios": "^1.7.4",
  16. "bcryptjs": "^2.4.3",
  17. "body-parser": "^1.20.2",
  18. "chalk": "^4.1.2",
  19. "cors": "^2.8.5",
  20. "express": "^4.21.1",
  21. "https-proxy-agent": "^5.0.1",
  22. "multer": "^1.4.5-lts.1",
  23. "mysql2": "^3.11.0",
  24. "node-forge": "^1.3.1",
  25. "nodemailer": "^6.9.14",
  26. "puppeteer": "^23.9.0",
  27. "redis": "^4.7.0",
  28. "svg-captcha": "^1.4.0",
  29. "ua-parser-js": "^2.0.4",
  30. "uuid": "^11.0.3",
  31. "ws": "^8.20.0"
  32. }
  33. }