package.json 996 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "discord-wiki-bot",
  3. "version": "1.0.0",
  4. "description": "Wiki-Bot is a bot for Discord with the purpose to easily link to Gamepedia wikis. He resolves redirects and follows interwiki links.",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "node --icu-data-dir=node_modules/full-icu main.js debug",
  8. "start": "node --icu-data-dir=node_modules/full-icu main.js"
  9. },
  10. "author": "MarkusRost",
  11. "license": "ISC",
  12. "dependencies": {
  13. "dblapi.js": "^2.3.0",
  14. "discord.js": "^11.4.2",
  15. "dotenv": "^6.1.0",
  16. "full-icu": "^1.2.1",
  17. "npm": "^5.10.0",
  18. "request": "^2.88.0"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/Markus-Rost/discord-wiki-bot.git"
  23. },
  24. "keywords": [
  25. "gamepedia",
  26. "discord",
  27. "wikibot",
  28. "voice-channel",
  29. "wiki",
  30. "discord-bot"
  31. ],
  32. "bugs": {
  33. "url": "https://github.com/Markus-Rost/discord-wiki-bot/issues"
  34. },
  35. "homepage": "https://github.com/Markus-Rost/discord-wiki-bot#readme"
  36. }