package.json 469 B

123456789101112131415161718
  1. {
  2. "name": "gamesdb",
  3. "version": "24.9.12",
  4. "description": "Manages data storage, indexing and broadcast functions for the Games database.",
  5. "main": "index.js",
  6. "type": "module",
  7. "repository": "https://github.com/avasdao/nexash",
  8. "author": "Ava's DAO developers",
  9. "license": "MIT",
  10. "dependencies": {
  11. "moment": "2.30.1",
  12. "nexajs": "24.9.11",
  13. "nodemailer": "6.9.15",
  14. "numeral": "2.0.6",
  15. "pouchdb": "9.0.0",
  16. "uuid": "10.0.0"
  17. }
  18. }