package.json 721 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "nexa-games-graphql",
  3. "version": "24.7.21",
  4. "description": "Manages GraphQL requests for Nexa Games.",
  5. "main": "index.js",
  6. "type": "module",
  7. "repository": "https://repo.hos.im/nyusternie/nexa-games",
  8. "author": "Shomari",
  9. "license": "MIT",
  10. "dependencies": {
  11. "@apollo/server": "4.5.0",
  12. "body-parser": "1.20.2",
  13. "cors": "2.8.5",
  14. "express": "4.18.2",
  15. "express-rate-limit": "6.7.0",
  16. "graphql": "16.6.0",
  17. "graphql-bigint": "1.0.0",
  18. "graphql-http": "1.16.0",
  19. "graphql-subscriptions": "2.0.0",
  20. "graphql-ws": "5.12.0",
  21. "moment": "2.29.4",
  22. "nexajs": "24.7.20",
  23. "numeral": "2.0.6",
  24. "pouchdb": "8.0.1",
  25. "uuid": "9.0.0",
  26. "ws": "8.13.0"
  27. }
  28. }