-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.03 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.03 KB
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
{
"name": "relaxy-public",
"version": "1.0.0",
"description": "Redacted, read-only public source of the Relaxy Discord bot.",
"homepage": "https://github.com/MattFor/relaxy-public#readme",
"bugs": {
"url": "https://github.com/MattFor/relaxy-public/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MattFor/relaxy-public.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "MattFor",
"type": "module",
"scripts": {
"none": "this has been redacted..."
},
"dependencies": {
"@discord-player/equalizer": "^7.2.0",
"@discord-player/extractor": "^7.2.0",
"@discord-player/ffmpeg": "^7.2.0",
"@discord-player/opus": "^7.2.0",
"@discord-player/utils": "^7.2.0",
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.2",
"@iamtraction/google-translate": "^2.0.1",
"@web-scrobbler/metadata-filter": "^3.2.0",
"archiver": "^8.0.0",
"axios": "^1.18.0",
"canvacord": "^6.0.4",
"canvas": "^3.2.3",
"capture-console": "^1.0.2",
"chalk": "^5.6.2",
"dirty-json": "^0.9.2",
"discord-api-types": "^0.38.49",
"discord-cross-hosting": "^2.4.0",
"discord-hybrid-sharding": "^3.0.1",
"discord-image-generation": "^1.4.25",
"discord-player": "^7.2.0",
"discord-player-soundcloud": "^1.0.7",
"discord-voip": "^7.2.0",
"discord.js": "^14.26.4",
"emoji-mixer": "^1.3.1",
"ffmpeg-static": "^5.3.0",
"figlet": "^1.11.0",
"fluent-ffmpeg": "^2.1.3",
"fs-extra": "^11.3.5",
"fuse.js": "^7.4.2",
"lodash": "^4.18.1",
"mongoose": "^9.7.1",
"natural": "^8.1.1",
"normalize-text": "^2.6.0",
"pretty-ms": "^9.3.0",
"queue": "^7.0.0",
"replace-special-characters": "^1.2.7",
"request": "^2.88.2",
"sharp": "^0.35.2",
"sodium-native": "^5.1.0",
"stopword": "^3.1.5",
"string-progressbar": "^1.0.4",
"systeminformation": "^5.31.7",
"undici": "^5.29.0",
"weird-to-normal-chars": "^1.8.3",
"word-list": "^4.1.0",
"youtube-sr": "^4.3.12"
},
"private": true
}