forked from leinstay/discobot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 721 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 721 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
{
"name": "@leinstay/discobot",
"version": "1.0.2",
"description": "A simple commandless discord bot for 24/7 streaming of internet radio stations (e.g. SHOUTcast).",
"main": "index.js",
"keywords": [
"discord",
"music",
"bot",
"24/7",
"SHOUTcast",
"radio"
],
"repository": {
"type" : "git",
"url" : "https://github.com/leinstay/discobot.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Vladimir \"Leinstay\" Belyaev",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.1.0",
"cron": "^1.8.2",
"discord.js": "^12.1.1",
"ffmpeg": "0.0.4",
"fluent-ffmpeg": "^2.1.2",
"icy": "^2.1.0"
}
}