-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 991 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
40
41
42
{
"name": "radio-bot",
"version": "1.0.0",
"description": "A simple self hosted radio bot",
"main": "index.js",
"scripts": {
"test": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OnlyTunes/Radio-Bot.git"
},
"keywords": [
"radio",
"discord",
"discordbot",
"musicbot",
"radiobot"
],
"author": "ONLYTUNES.UK",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/OnlyTunes/Radio-Bot/issues"
},
"homepage": "https://github.com/OnlyTunes/Radio-Bot#readme",
"dependencies": {
"@discordjs/opus": "^0.6.0",
"@discordjs/voice": "^0.8.0",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.2",
"glob": "^7.1.7",
"libsodium-wrappers": "^0.7.9",
"mongoose": "^6.0.4",
"nodemon": "^2.0.12",
"opusscript": "^0.0.8",
"pretty-ms": "^7.0.1"
}
}