package.json 545 B

1234567891011121314151617181920212223242526
  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. "axios": "^1.7.4",
  13. "bcryptjs": "^2.4.3",
  14. "body-parser": "^1.20.2",
  15. "chalk": "^4.1.2",
  16. "cors": "^2.8.5",
  17. "express": "^4.21.1",
  18. "multer": "^1.4.5-lts.1",
  19. "mysql2": "^3.11.0",
  20. "nodemailer": "^6.9.14",
  21. "puppeteer": "^23.9.0",
  22. "redis": "^4.7.0",
  23. "svg-captcha": "^1.4.0",
  24. "uuid": "^11.0.3"
  25. }
  26. }