aqualink
Version:
An Lavalink client, focused in pure performance and features
71 lines • 1.51 kB
JSON
{
"name": "aqualink",
"version": "2.13.0",
"description": "An Lavalink client, focused in pure performance and features",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"scripts": {
"start": "node ./build/index.js"
},
"exports": {
".": {
"require": "./build/index.js",
"import": "./build/index.js",
"types": "./build/index.d.ts"
}
},
"keywords": [
"lavalink",
"lavalink-client",
"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",
"repository": {
"type": "git",
"url": "https://github.com/ToddyTheNoobDud/AquaLink"
},
"homepage": "https://roddynnn.github.io/",
"dependencies": {
"ws": "^8.18.3",
"tseep": "^1.3.1"
},
"contributors": [
{
"name": "mushroom0162",
"url": "https://github.com/ToddyTheNoobDud"
},
{
"name": "SoulDevs",
"url": "https://github.com/SoulDevs"
},
{
"name": "southctrl",
"url": "https://github.com/southctrl"
}
],
"maintainers": [
{
"name": "mushroom0162",
"url": "https://github.com/ToddyTheNoobDud"
}
]
}