{
    "name": "@rafateoli/discord-ytdl-core",
    "version": "5.0.10",
    "main": "index.ts",
    "description": "Simple ytdl wrapper for discord bots with custom ffmpeg args support.",
    "types": "index.d.ts",
    "files": [
        "index.d.ts",
        "index.ts"
    ],
    "scripts": {
        "test": "cd test && node test.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/RaFaTEOLI/discord-ytdl-core.git"
    },
    "keywords": [
        "ytdl-core",
        "ytdl-core-discord",
        "discord.js-bassboost",
        "bassboost",
        "discord",
        "music",
        "bot",
        "ytdl-discord",
        "ytdl-ffmpeg",
        "discord-ytdl-core",
        "prism-media",
        "discord-musicbot",
        "music",
        "musicbot",
        "discord.js-encoderargs",
        "discord.js-voice",
        "prism-media-ytdl",
        "lavalink",
        "discord.js-arbitrary-ffmpeg",
        "discord-player",
        "discord-music-player"
    ],
    "author": "Snowflake107",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/RaFaTEOLI/discord-ytdl-core/issues"
    },
    "homepage": "https://ytdl.snowflakedev.xyz",
    "dependencies": {
        "prism-media": "^1.2.9"
    },
    "devDependencies": {
        "@distube/ytdl-core": "^4.14.4",
        "@types/node": "^14.14.31",
        "discord.js": "^12.5.3",
        "ffmpeg-static": "^4.2.6",
        "node-opus": "^0.3.2"
    }
}
