-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "discordbot-musicplayer",
"version": "2.0.0",
"description": "A Discord Bot that plays music in servers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamKemp/DiscordBot-MusicPlayer.git"
},
"author": "SamKemp55",
"license": "ISC",
"bugs": {
"url": "https://github.com/SamKemp/DiscordBot-MusicPlayer/issues"
},
"homepage": "https://github.com/SamKemp/DiscordBot-MusicPlayer#readme",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.3.0",
"@discordjs/voice": "^0.8.0",
"@google-cloud/local-auth": "^1.0.1",
"discord-api-types": "^0.27.1",
"discord.js": "^13.0.0",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"libsodium-wrappers": "^0.7.9",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.10.1",
"ytpl": "^2.2.3"
},
"devDependencies": {
"eslint": "^8.9.0"
}
}