discord-anti-spam
Version:
An easy to setup package that help you integration of anti-spam feature in your discord bot.
39 lines (38 loc) • 988 B
JSON
{
"name": "discord-anti-spam",
"version": "2.8.1",
"description": "An easy to setup package that help you integration of anti-spam feature in your discord bot.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"keywords": [
"discord",
"spam",
"anti-spam",
"discord.js",
"antispam",
"moderation",
"bot",
"plugin",
"module"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Michael-J-Scofield/discord-anti-spam.git"
},
"bugs": {
"url": "https://github.com/Michael-J-Scofield/discord-anti-spam/issues"
},
"homepage": "https://github.com/Michael-J-Scofield/discord-anti-spam#readme",
"author": "Michael Scofield",
"license": "MIT",
"devDependencies": {
"jsdoc": "^3.6.3",
"minami": "Androz2091/minami"
},
"dependencies": {
"discord.js": "^14.0.3"
}
}