UNPKG

discord.js-router

Version:

This is a Base Bot Router for Discord.js this allows for the Handling of Plugins, and a Trigger Easily.

62 lines (61 loc) 1.48 kB
{ "name": "discord.js-router", "version": "0.1.4", "description": "This is a Base Bot Router for Discord.js this allows for the Handling of Plugins, and a Trigger Easily.", "main": "./lib/index.js", "homepage": "https://github.com/Bioblaze/discord.js-router/", "keywords": [ "discord", "bot", "discord.js", "framework", "bot framework", "router", "discord router", "bioblaze" ], "maintainers": [ { "name": "Bioblaze Payne", "email": "BioblazePayne@gmail.com", "web": "https://BioblazePayne.site/" } ], "author": { "name": "Bioblaze Payne", "email": "BioblazePayne@gmail.com", "url": "https://BioblazePayne.site/" }, "bugs": { "web": "https://github.com/Bioblaze/discord.js-router/issues" }, "repository": { "type": "git", "url": "https://github.com/Bioblaze/discord.js-router.git" }, "engines": { "node": ">=0.10.0" }, "license": "GPL-3.0-or-later", "dependencies": { "discord.js": "^11.5.0", "eventemitter2": "^5.0.1", "jsonschema": "^1.2.4", "require-all": "^3.0.0" }, "devDependencies": { "semantic-release": "^15.9.9", "travis-deploy-once": "^5.0.2" }, "scripts": { "gendocs": "documentation build ./lib/index.js -f html -o ./docs/", "semantic-release": "semantic-release", "travis-deploy-once": "travis-deploy-once" }, "publishConfig": { "tag": "latest" }, "release": { "branch": "master" } }