2020-09-04 05:10:35 +02:00
|
|
|
{
|
|
|
|
"name": "jellyfin-discord-music-bot",
|
|
|
|
"version": "0.0.1",
|
2020-09-18 03:17:11 +02:00
|
|
|
"description": "Jellyfin Discord Music Bot is a Discord Bot for the Jellyfin Media Server!",
|
2020-09-08 13:17:55 +02:00
|
|
|
"main": "src/index.js",
|
2020-09-04 05:10:35 +02:00
|
|
|
"scripts": {
|
2020-09-08 13:17:55 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "node src/index.js",
|
|
|
|
"postinstall": "npx patch-package"
|
2020-09-04 05:10:35 +02:00
|
|
|
},
|
|
|
|
"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",
|
2020-09-08 13:17:55 +02:00
|
|
|
"jellyfin-apiclient": "^1.4.1",
|
|
|
|
"node-fetch": "^2.6.0",
|
|
|
|
"nodejs": "0.0.0",
|
|
|
|
"window": "^4.2.7",
|
2020-09-18 05:08:46 +02:00
|
|
|
"ws": "^7.3.1",
|
2020-09-08 13:17:55 +02:00
|
|
|
"ytdl-core": "^3.2.2"
|
2020-09-04 05:10:35 +02:00
|
|
|
}
|
|
|
|
}
|