package.json 558 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "gitnexus-backend",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "node index.js"
  8. },
  9. "author": "thc",
  10. "dependencies": {
  11. "axios": "^1.7.4",
  12. "bcryptjs": "^2.4.3",
  13. "body-parser": "^1.20.2",
  14. "chalk": "^4.1.2",
  15. "cors": "^2.8.5",
  16. "express": "^4.21.1",
  17. "isbinaryfile": "^5.0.4",
  18. "multer": "^1.4.5-lts.1",
  19. "mysql2": "^3.11.0",
  20. "nodemailer": "^6.9.14",
  21. "redis": "^4.7.0",
  22. "simple-git": "^3.27.0",
  23. "svg-captcha": "^1.4.0",
  24. "uuid": "^11.0.3"
  25. }
  26. }