lavalink-client
Version:
Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients. - Supports NodeLink@v3 too.
84 lines (83 loc) • 2.13 kB
JSON
{
"name": "lavalink-client",
"version": "2.10.2",
"description": "Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients. - Supports NodeLink@v3 too.",
"keywords": [
"advanced",
"bot",
"client",
"discord",
"lavalink",
"lavalink-v4",
"music",
"typescript"
],
"homepage": "https://tomato6966.github.io/lavalink-client/",
"bugs": {
"url": "https://github.com/tomato6966/lavalink-client/issues"
},
"license": "MIT",
"author": {
"name": "Tomato6966",
"url": "https://github.com/tomato6966/"
},
"contributors": [],
"repository": {
"type": "git",
"url": "git+https://github.com/tomato6966/lavalink-client.git"
},
"directories": {
"lib": "src"
},
"files": [
"dist"
],
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"bun": "./dist/index.mjs",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"default": "./dist/index.mjs"
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsup",
"lint": "oxlint .",
"lint:fix": "npm run lint -- --fix",
"fmt": "oxfmt .",
"test": "node -v",
"prepublishOnly": "npm run fmt && npm run build",
"prepare": "npm run fmt && npm run build"
},
"dependencies": {
"tslib": "^2.8.1",
"ws": "^8.20.0"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^24.12.3",
"@types/ws": "^8.18.1",
"oxfmt": "^0.28.0",
"oxlint": "^1.63.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"engines": {
"bun": ">=1.1.27",
"node": ">=18.0.0"
},
"packageManager": "bun@1.3.9",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}