discord-mudlet-map
Version:
This little library helps with Discord bot configuration to provide small Mudlet map fragment images with given location.
53 lines (52 loc) • 1.12 kB
JSON
{
"name": "discord-mudlet-map",
"version": "0.7.0",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"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",
"scripts": {
"build": "tsc",
"demo": "tsx examples/demo.ts",
"prepublishOnly": "yarn build"
},
"dependencies": {
"canvas": "^3.2.3",
"konva": "^10.2.4",
"mudlet-map-binary-reader": "^0.7.1",
"mudlet-map-renderer": "^0.37.0-konva"
},
"peerDependencies": {
"discord.js": "^14.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"discord.js": "^14.0.0",
"dotenv": "^16.0.0",
"tsx": "^4.19.0",
"typescript": "^5.4.0"
}
}