UNPKG

modern-canvacord

Version:

Easy image manipulation for discord.js bots.

48 lines 1.19 kB
{ "title": "Canvacord", "configHelpUrl": "http://usejsdoc.org/about-configuring-jsdoc.html", "script": "jsdoc --configure ./.jsdoc.json --verbose", "tags": { "allowUnknownTags": true, "dictionaries": [ "jsdoc", "closure" ] }, "source": { "include": [ "src/Assets.js", "src/Canvacord.js", "src/Spotify.js", "src/Welcomer.js", "src/Leaver.js", "src/Plugins.js", "src/Rank.js", "plugins/Util.js", "README.md", "LICENSE" ], "exclude": [], "includePattern": ".js$", "excludePattern": "(node_modules/|docs)" }, "plugins": [ "plugins/markdown" ], "markdown": { "excludeTags": [ "author" ] }, "templates": { "cleverLinks": false, "monospaceLinks": true }, "opts": { "destination": "./docs/", "encoding": "utf8", "private": false, "recurse": true, "template": "./node_modules/jsdoc-skyceil" } }