-
Notifications
You must be signed in to change notification settings - Fork 111
/
package.json
49 lines (49 loc) · 1.13 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "discord-24x7-radio-bot",
"version": "1.0.0",
"description": "A simple 24/7 music playing bot.",
"main": "index.js",
"license": "GPL-3.0",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "14.x"
},
"dependencies": {
"@discordjs/opus": "^0.3.2",
"discord.js": "^12.3.1",
"dotenv": "^8.2.0",
"ffmpeg": "0.0.4",
"ffmpeg-static": "^4.2.7",
"yt-search": "^2.2.4",
"ytdl-core": "^4.1.1",
"opusscript": "^0.0.7",
"youtube-sr": "^2.0.1",
"lyrics-finder": "^21.4.0",
"ytdl-core-discord": "^1.2.4",
"fs": "0.0.1-security",
"ytpl": "^2.0.0-alpha.3",
"node-opus": "^0.3.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/navaneethkm004/Discord-24x7-Radio-Bot.git"
},
"keywords": [
"music",
"radio",
"discord_bot",
"discordbot",
"node",
"bot",
"nodejs",
"discord"
],
"author": "Navaneeth K M",
"bugs": {
"url": "https://github.com/navaneethkm004/Discord-24x7-Radio-Bot/issues"
},
"homepage": "https://github.com/navaneethkm004/Discord-24x7-Radio-Bot#readme"
}