package.json 499 B

12345678910111213141516171819202122
  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. "comment-json": "^1.1.3",
  9. "discord.js": "^11.4.2",
  10. "lodash": "^4.17.11",
  11. "mz": "^2.7.0",
  12. "tinycolor2": "^1.4.1",
  13. "tinygradient": "^0.4.1"
  14. },
  15. "optionalDependencies": {
  16. "erlpack": "github:hammerandchisel/erlpack",
  17. "uws": "^99.0.0",
  18. "mongodb": "^3.1.6",
  19. "nedb": "^1.8.0"
  20. }
  21. }