{ "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", "lint": "npx eslint src/ & npx eslint parseENV.js" }, "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", "chalk": "^4.1.0", "discord.js": "^12.3.1", "jellyfin-apiclient": "1.7.0", "loglevel": "^1.7.1", "loglevel-plugin-prefix": "^0.8.4", "node-fetch": "^2.6.0", "nodejs": "0.0.0", "window": "^4.2.7", "ws": "^7.3.1" }, "devDependencies": { "patch-package": "^6.4.7", "eslint": "^7.9.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1" } }