-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
38 lines (38 loc) · 988 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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": "^4.0.2",
"minami": "Androz2091/minami"
},
"dependencies": {
"discord.js": "^14.0.3"
}
}