-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
43 lines (43 loc) · 1.03 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": "re-dcjs-bot",
"version": "1.15",
"description": "Discord bot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"discord",
"bot"
],
"author": "Samet Girginer",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^2.3.0",
"@discordjs/voice": "^0.17.0",
"@distube/ytdl-core": "^4.14.4",
"@the-convocation/twitter-scraper": "^0.12.0",
"canvas": "^2.11.2",
"common-tags": "^1.8.0",
"coub-dl": "^1.6.0",
"deepai": "^1.0.17",
"discord-api-types": "^0.34.0",
"discord.js": "^14.15.2",
"domutils": "^3.0.1",
"dotenv": "^8.6.0",
"express": "^4.18.1",
"ffmkek": "0.0.8",
"ffmpeg-static": "^4.4.0",
"fluent-ffmpeg": "^2.1.2",
"fs": "0.0.1-security",
"hastebin-gen": "^2.0.5",
"htmlparser2": "^8.0.1",
"libsodium-wrappers": "^0.7.9",
"mysql2": "^3.9.7",
"node-cmd": "^3.0.0",
"node-html-to-image": "^3.2.4",
"request": "^2.88.2",
"yt-search": "^2.10.1"
}
}