-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
93 lines (93 loc) · 2.53 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"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",
"alexflipnote.js": "^2.4.1",
"amethyste-api": "^1.1.5",
"anime-scraper": "^3.1.1",
"app-store-scraper": "^0.16.3",
"axios": "^0.21.1",
"beautify": "^0.0.8",
"canvacord": "^5.1.0",
"canvas": "^2.7.0",
"chalk": "^4.1.1",
"cheerio": "^1.0.0-rc.3",
"colornames": "^1.1.1",
"common-tags": "^1.8.0",
"config.js": "^0.1.0",
"discord-anti-alt": "^1.1.0",
"discord-buttons": "^1.0.3-beta",
"discord-image-generation": "^1.4.9",
"discord-player": "^4.0.5",
"discord-ytdl-core": "^5.0.2",
"discord.js": "^12.5.3",
"enmap": "^5.8.4",
"express": "^4.17.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.3.0",
"figlet": "^1.5.0",
"flip-text": "^1.1.0",
"fs": "^0.0.1-security",
"giphy-api": "^2.0.1",
"google-play-scraper": "^8.0.2",
"got": "^11.8.2",
"imdb-api": "^4.4.1",
"is-url": "^1.2.4",
"isgd": "^1.1.3",
"jimp": "^0.16.1",
"logger": "0.0.1",
"mal-scraper": "^2.11.3",
"mathjs": "^9.3.2",
"md5": "^2.3.0",
"memer-api": "^2.1.5",
"moment": "^2.27.0",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.33",
"mongodb": "^3.6.6",
"ms": "^2.1.2",
"nekos.life": "^2.0.7",
"node-canvas-with-twemoji-and-discord-emoji": "^1.2.1",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.5",
"node-superfetch": "^0.1.11",
"novelcovid": "^3.0.0",
"parse-ms": "^2.1.0",
"path": "^0.12.7",
"pretty-ms": "^7.0.1",
"quick.db": "^7.1.3",
"random-puppy": "^1.1.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"scrape-yt": "^1.4.8",
"sharp": "^0.28.0",
"simple-youtube-api": "^5.2.1",
"snekfetch": "^4.0.4",
"something-random-on-discord": "^3.4.3",
"sourcebin_js": "0.0.3-ignore",
"spotify-url-info": "^2.2.0",
"srod-v2": "^1.0.2",
"superagent": "^6.1.0",
"to-zalgo": "^1.0.1",
"twemoji-parser": "^13.0.0",
"urban": "^0.3.2",
"validator": "^13.5.2",
"weather-js": "^2.0.0",
"weird-to-normal-chars": "^1.4.0",
"yt-search": "^2.8.0",
"ytdl-core": "^4.7.0",
"ytdl-core-discord": "^1.3.0",
"ytpl": "^2.2.0",
"ytsr": "^3.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Manav Garg",
"license": "ISC"
}