-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 KB
/
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
39
40
41
42
43
{
"name": "mod-bot",
"version": "1.0.0",
"description": "discord.js moderation bot using mongoDB",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elbkr/mod-bot.git"
},
"keywords": [
"discord-bot",
"discord.js",
"discord",
"moderation",
"moderation-bot",
"mongoDB"
],
"author": "el bkr (https://github.com/elbkr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/elbkr/mod-bot/issues"
},
"homepage": "https://github.com/elbkr/mod-bot#readme",
"dependencies": {
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.2.0-canary.0",
"bufferutil": "^4.0.6",
"chalk": "^4.0.0",
"discord-api-types": "^0.26.0",
"discord.js": "^13.4.0",
"dotenv": "^10.0.0",
"fs": "^0.0.1-security",
"glob": "^7.2.0",
"moment": "^2.29.1",
"mongoose": "^6.1.3",
"ms": "^2.1.3",
"utf-8-validate": "^5.0.7",
"util": "^0.12.4"
}
}