-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 981 Bytes
/
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
{
"name": "radio discord bot",
"version": "1.0.0",
"description": "Professional Discordjs Radio Bot",
"main": "index.js",
"engines": {
"node": "20.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NICK-FURY-6023/Radio-discord-Bot-247.git"
},
"keywords": [
"radio",
"discordjs"
],
"author": "NICK FURY",
"license": "MIT",
"bugs": {
"url": "https://github.com/NICK-FURY-6023/Radio-discord-Bot-24/issues"
},
"homepage": "https://github.com/NICK-FURY-6023/Radio-discord-Bot-24#readme",
"dependencies": {
"@discordjs/voice": "^0.17.0",
"beta.db": "^3.0.2",
"discord.js": "^14.14.1",
"ffmpeg-static": "^5.2.0",
"fs": "^0.0.1-security",
"install": "^0.13.0",
"libsodium-wrappers": "^0.7.13",
"npm": "^10.2.4",
"opusscript": "^0.1.1",
"youtube-dl-exec": "^3.0.0",
"ytdl-core": "^4.11.5"
}
}