-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 847 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 847 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
35
36
37
{
"name": "musicbot",
"version": "1.6.0",
"author": "DavidQF555",
"license": "Apache-2.0",
"homepage": "https://github.com/DavidQF555/MusicBot",
"bugs": {
"url": "https://github.com/DavidQF555/MusicBot/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/DavidQF555/MusicBot.git"
},
"type": "module",
"main": "src/bot.js",
"engines": {
"node": ">=16.9.0",
"npm": ">=7.0.0"
},
"scripts": {
"start": "node src/bot.js"
},
"dependencies": {
"@discordjs/voice": "^0.18.0",
"@distube/ytdl-core": "^4.16.4",
"discord.js": "^14.18.0",
"dotenv": "^16.4.7",
"ffmpeg-static": "^5.2.0",
"get-youtube-id": "^1.0.1",
"libsodium-wrappers": "^0.7.15",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"eslint": "^9.21.0",
"globals": "^16.0.0"
}
}