package.json 532 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "kq",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  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.19.2",
  18. "md5": "^2.3.0",
  19. "multer": "^1.4.5-lts.1",
  20. "mysql2": "^3.11.0",
  21. "nodemailer": "^6.9.14",
  22. "redis": "^4.7.0",
  23. "svg-captcha": "^1.4.0"
  24. }
  25. }