-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.18 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
{
"type": "module",
"dependencies": {
"@discordjs/rest": "^1.7.0",
"@discordjs/voice": "^0.16.0",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl-core": "^4.11.7",
"@iamtraction/google-translate": "^2.0.0",
"@kirdock/discordjs-voice-recorder": "^1.0.4",
"@mapbox/node-pre-gyp": "^1.0.10",
"asciiart-logo": "^0.2.7",
"better-ytdl-core": "^1.0.1",
"bufferutil": "^4.0.7",
"canvacord": "^5.4.8",
"canvas": "^2.10.2",
"capture-console": "^1.0.1",
"capture-website": "^3.2.0",
"dirty-json": "^0.9.2",
"discord-cross-ratelimit": "^0.0.7",
"discord-hybrid-sharding": "^2.1.0",
"discord-image-generation": "^1.4.14",
"discord-rpc": "^4.0.1",
"discord-slash-commands-client": "^1.2.2",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^14.10.2",
"distube": "^4.0.4",
"emoji-mixer": "^1.0.33",
"erlpack": "github:discord/erlpack",
"fast-string-search": "^1.4.3",
"filewatcher": "^3.0.1",
"fs-extra": "^10.1.0",
"genius-lyrics": "^4.4.0",
"google-img-scrap": "^1.0.7",
"is-url": "^1.2.4",
"isomorphic-unfetch": "^3.1.0",
"jimp": "^0.16.2",
"json-beautify": "^1.1.1",
"justreddit": "^3.0.4",
"libsodium": "^0.7.10",
"mongoose": "^6.7.0",
"node-gyp": "^9.3.0",
"node-opus": "^0.3.3",
"node-pre-gyp": "^0.17.0",
"node-ytdlp": "^1.0.0",
"node-ytdlp-wrap": "^1.2.0",
"nodemon": "^2.0.20",
"normalize-text": "^2.4.1",
"nsfwjs": "^2.2.0",
"opusscript": "^0.0.8",
"pidusage": "^3.0.2",
"play-dl": "^1.9.6",
"pretty-ms": "^8.0.0",
"prism-media": "^1.3.4",
"ps-node": "^0.1.6",
"replace-special-characters": "^1.2.7",
"request": "^2.88.2",
"sodium-native": "^4.0.1",
"soundcloud-scraper": "^5.0.3",
"spotify-url-info": "^3.1.9",
"string-progressbar": "^1.0.4",
"time-stamp": "^2.2.0",
"tiny-typed-emitter": "^2.1.0",
"utf-8-validate": "^5.0.10",
"watch": "^1.0.2",
"weird-to-normal-chars": "^1.8.3",
"youtube-dl-exec": "^2.1.11",
"youtube-sr": "^4.3.4",
"yt-dlp-wrap": "^2.3.11",
"ytdl-core": "^4.11.4",
"ytdlp-nodejs": "^1.0.1",
"ytdlp.js": "^1.2.1",
"zlib-sync": "^0.1.8"
}
}