-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "discord-moderation-bot",
"version": "2.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"@greencoast/logger": "^1.0.1",
"@lavacord/discord.js": "0.0.7",
"amethyste-api": "^1.1.5",
"anime-scraper": "^3.1.1",
"beautify": "^0.0.8",
"cheerio": "^1.0.0-rc.3",
"common-tags": "^1.8.0",
"discord.js": "^12.5.3",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.3.0",
"fs": "^0.0.1-security",
"got": "^11.8.2",
"logger": "0.0.1",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"ms": "^2.1.2",
"node-canvas-with-twemoji-and-discord-emoji": "^1.2.1",
"node-fetch": "^2.6.0",
"node-superfetch": "^0.1.11",
"parse-ms": "^2.1.0",
"path": "^0.12.7",
"quick.db": "^7.1.3",
"request-promise-native": "^1.0.9",
"sharp": "^0.28.0",
"superagent": "^6.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Manav Garg",
"license": "ISC"
}