You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
650B

  1. {
  2. "name": "realmquest",
  3. "version": "0.0.1",
  4. "description": "Discord RPG bot",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.obsidianblk.me/ObsidianBlk/realmquest.git"
  12. },
  13. "keywords": [
  14. "Discord",
  15. "RPG",
  16. "Dungeon",
  17. "Dragon",
  18. "Adventure",
  19. "Realm",
  20. "Quest",
  21. "Explore",
  22. "Level"
  23. ],
  24. "author": "Bryan Miller ( ObsidianBlk )",
  25. "license": "MIT",
  26. "dependencies": {
  27. "debug": "^3.1.0",
  28. "discord.js": "^11.3.2",
  29. "ioredis": "^3.2.2",
  30. "tv4": "^1.3.0",
  31. "uws": "^10.148.1"
  32. }
  33. }