aqualink
Version:
An Lavalink wrapper, focused in speed, performance, and features, Based in Riffy!
54 lines (53 loc) • 1.11 kB
JSON
{
"name": "aqualink",
"version": "1.8.1-beta4",
"description": "An Lavalink wrapper, focused in speed, performance, and features, Based in Riffy!",
"main": "build/index.js",
"types": "index.d.ts",
"scripts": {
"start": "node ./build/index.js"
},
"exports": {
".": {
"require": "./build/index.js"
}
},
"keywords": [
"lavalink",
"client-wrapper",
"discord.js",
"node.js",
"audio-streaming",
"music-bot",
"discord-integration",
"high-performance",
"scalable",
"lavalink",
"api",
"discord",
"lavalink.js",
"discord.js",
"lavalink-api",
"cross-platform",
"seamless-integration",
"community-support",
"open-source",
"opus"
],
"author": "mushroom0162 (https://github.com/ToddyTheNoobDud)",
"license": "ISC",
"dependencies": {
"undici": "^7.3.0",
"ws": "^8.18.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ToddyTheNoobDud/AquaLink"
},
"maintainers": [
{
"name": "mushroom0162",
"url": "https://github.com/ToddyTheNoobDud"
}
]
}