package.json 351 B

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