discord-mudlet-map
Version:
This little library helps with Discord bot configuration to provide small Mudlet map fragment images with given location.
33 lines (32 loc) • 730 B
JSON
{
"name": "discord-mudlet-map",
"version": "0.3.0",
"main": "index.js",
"license": "MIT",
"keywords": [
"mudlet",
"map",
"mud",
"discord"
],
"author": "Delwing",
"repository": {
"url": "git+https://github.com/Delwing/discord-mudlet-map.git"
},
"bugs": {
"url": "https://github.com/Delwing/discord-mudlet-map/issues"
},
"homepage": "https://github.com/Delwing/discord-mudlet-map#readme",
"dependencies": {
"mudlet-map-binary-reader": "^0.5.2",
"mudlet-map-renderer": "^0.0.25",
"sharp": "^0.30.5"
},
"peerDependencies": {
"discord.js": ">12"
},
"devDependencies": {
"discord.js": "^13.6.0",
"dotenv": "^16.0.0"
}
}