mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
30 lines
744 B
JSON
30 lines
744 B
JSON
{
|
|
"name": "jellyfin-discord-music-bot",
|
|
"version": "0.0.1",
|
|
"description": "A Discord Music Bot for the Jellyfin Media Server",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/KGT1/jellyfin-discord-music-bot.git"
|
|
},
|
|
"keywords": [
|
|
"Jellyfin",
|
|
"Discord",
|
|
"Discord-Bot"
|
|
],
|
|
"author": "KGT1",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/KGT1/jellyfin-discord-music-bot/issues"
|
|
},
|
|
"homepage": "https://github.com/KGT1/jellyfin-discord-music-bot#readme",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.3.2",
|
|
"discord.js": "^12.3.1",
|
|
"jellyfin-apiclient": "^1.4.1"
|
|
}
|
|
}
|