-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 898 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
{
"name": "radio-coda",
"version": "2.0.9",
"description": "A 24/7 music bot for discord.gg/coda",
"main": "index.js",
"scripts": {
"test": "nodemon index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Project-Coda/Radio-Coda-Discord-Bot.git"
},
"author": "Matheson Steplock (ikifar2012)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Project-Coda/Radio-Coda-Discord-Bot/issues"
},
"homepage": "https://github.com/Project-Coda/Radio-Coda-Discord-Bot#readme",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.18.0",
"body-parser": "^1.20.3",
"discord.js": "^14.16.3",
"escape-html": "^1.0.3",
"express": "^4.21.1",
"ffmpeg-static": "^5.2.0",
"figlet": "^1.8.0",
"sodium": "^3.0.2"
},
"devDependencies": {
"eslint": "^9.16.0"
}
}