package.json 392 B

123456789101112131415161718
  1. {
  2. "main": "core/game.js",
  3. "repository": "https://notabug.org/alex/antipath",
  4. "license": "AGPL-3.0-or-later",
  5. "dependencies": {
  6. "camo": "^0.12.3",
  7. "comment-json": "^1.1.3",
  8. "discord.js": "^11.4.2",
  9. "mz": "^2.7.0"
  10. },
  11. "optionalDependencies": {
  12. "erlpack": "github:hammerandchisel/erlpack",
  13. "uws": "^99.0.0",
  14. "mongodb": "^3.1.6",
  15. "nedb": "^1.8.0"
  16. }
  17. }