UNPKG

@spikebot/discord-ytdl-core

Version:

Simple ytdl wrapper for discord bots with custom ffmpeg args support.

54 lines (53 loc) 1.34 kB
{ "name": "@spikebot/discord-ytdl-core", "version": "1.0.4", "description": "Simple ytdl wrapper for discord bots with custom ffmpeg args support.", "main": "index.js", "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/DevSnowflake/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", "dependencies": { "prism-media": "^1.2.9" }, "devDependencies": { "@spikebot/ytdl-core": "^1.0.2", "@types/node": "^14.14.31", "discord.js": "^12.5.3", "ffmpeg-static": "^4.2.6", "node-opus": "^0.3.2" } }