discord-jellyfin-bot/package.json

36 lines
949 B
JSON

{
"name": "jellyfin-discord-music-bot",
"version": "0.0.1",
"description": "Jellyfin Discord Music Bot is a Discord Bot for the Jellyfin Media Server!",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"postinstall": "npx patch-package"
},
"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",
"node-fetch": "^2.6.0",
"nodejs": "0.0.0",
"window": "^4.2.7",
"ytdl-core": "^3.2.2"
}
}