-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 833 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 833 Bytes
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
{
"name": "robsom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Reavik",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.7.0",
"@discordjs/voice": "^0.7.5",
"@distube/soundcloud": "^1.3.0",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"axios": "^0.27.2",
"discord.js": "^13.3.1",
"distube": "^3.0.3",
"dotenv": "^10.0.0",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.0",
"ffprobe": "^1.1.2",
"fluent-ffmpeg": "^2.1.2",
"google-tts.js": "^0.0.1",
"libsodium-wrappers": "^0.7.9",
"open": "^8.2.1",
"opusscript": "^0.0.8",
"tmi.js": "^1.8.5",
"yt-search": "^2.10.2",
"ytdl-core": "^4.9.1"
}
}