package.json 674 B

12345678910111213141516171819202122232425262728293031
  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. },
  9. "author": "thc",
  10. "license": "ISC",
  11. "dependencies": {
  12. "ali-oss": "^6.x",
  13. "amqplib": "^0.10.9",
  14. "axios": "^1.7.4",
  15. "bcryptjs": "^2.4.3",
  16. "body-parser": "^1.20.2",
  17. "chalk": "^4.1.2",
  18. "cors": "^2.8.5",
  19. "express": "^4.21.1",
  20. "multer": "^1.4.5-lts.1",
  21. "mysql2": "^3.11.0",
  22. "node-forge": "^1.3.1",
  23. "nodemailer": "^6.9.14",
  24. "puppeteer": "^23.9.0",
  25. "redis": "^4.7.0",
  26. "svg-captcha": "^1.4.0",
  27. "ua-parser-js": "^2.0.4",
  28. "uuid": "^11.0.3",
  29. "ws": "^8.20.0"
  30. }
  31. }