UNPKG

discord-dungeon

Version:

Add inventories, enemies, and items to your Discord bot.

31 lines (30 loc) 738 B
{ "name": "discord-dungeon", "version": "1.2.7", "description": "Add inventories, enemies, and items to your Discord bot.", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "discord", "dungeon", "discord-bot", "bot" ], "author": "Lechu", "license": "ISC", "dependencies": { "mongoose": "^6.0.12", "xlsx": "^0.17.4" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/Lechugh/discord-dungeon.git" }, "bugs": { "url": "https://github.com/Lechugh/discord-dungeon/issues" }, "homepage": "https://github.com/Lechugh/discord-dungeon#readme" }