package.json 609 B

1234567891011121314151617181920212223242526
  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. "chalk": "^2.4.1",
  8. "command-exists": "^1.2.7",
  9. "comment-json": "^1.1.3",
  10. "discord.js": "^11.4.2",
  11. "gm": "^1.23.1",
  12. "lodash": "^4.17.11",
  13. "mz": "^2.7.0",
  14. "promise-mutex": "^0.1.1",
  15. "request": "^2.88.0",
  16. "tinycolor2": "^1.4.1",
  17. "tinygradient": "^0.4.1"
  18. },
  19. "optionalDependencies": {
  20. "erlpack": "github:hammerandchisel/erlpack",
  21. "uws": "^99.0.0",
  22. "mongodb": "^3.1.6",
  23. "nedb": "^1.8.0"
  24. }
  25. }