|
- {
- "name": "realmquest",
- "version": "0.0.1",
- "description": "Discord RPG bot",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.obsidianblk.me/ObsidianBlk/realmquest.git"
- },
- "keywords": [
- "Discord",
- "RPG",
- "Dungeon",
- "Dragon",
- "Adventure",
- "Realm",
- "Quest",
- "Explore",
- "Level"
- ],
- "author": "Bryan Miller ( ObsidianBlk )",
- "license": "MIT",
- "dependencies": {
- "debug": "^3.1.0",
- "discord.js": "^11.3.2",
- "ioredis": "^3.2.2",
- "tv4": "^1.3.0",
- "uws": "^10.148.1"
- }
- }
|