package.json 312 B

123456789101112131415
  1. {
  2. "name": "flora-game",
  3. "version": "1.0.0",
  4. "main": "entryPoint.js",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://git.btshub.lu/manfa940/Flora_API_Game.git"
  8. },
  9. "dependencies": {
  10. "bcryptjs": "^3.0.3",
  11. "express": "^5.2.1",
  12. "jsonwebtoken": "^9.0.3",
  13. "mongoose": "^9.1.1"
  14. }
  15. }