UNPKG

riffy-extended

Version:

Riffy is a pro lavalink client. It is designed to be simple and easy to use, with a focus on stability and more features.

45 lines (44 loc) 1.05 kB
{ "name": "riffy-extended", "description": "Riffy is a pro lavalink client. It is designed to be simple and easy to use, with a focus on stability and more features.", "version": "1.1.0-rc.1", "main": "build/index.js", "types": "build/index.d.ts", "files": [ "build" ], "dependencies": { "jsdom": "^24.1.0", "undici": ">=6.11.1", "ws": "^8.16.0" }, "license": "MIT", "keywords": [ "lavalink", "music", "discord", "discord.js", "discordjs", "riffy", "riffy.js", "riffyjs", "eris" ], "contributors": [ "FlameFace (https://github.com/flameface)", "Elitex (https://github.com/Elitex07)", "UnschooledGamer (https://github.com/unschooledgamer/)", "Querror (https://github.com/titanoset)" ], "repository": { "type": "git", "url": "https://github.com/riffy-team/riffy.git" }, "bugs": { "url": "https://github.com/riffy-team/riffy.js/issues" }, "homepage": "https://riffy.js.org/", "devDependencies": { "discord.js": "^14.15.3" } }