lavaclient
Version:
A simple, easy-to-use, and flexible lavalink client for node.js
61 lines • 1.63 kB
JSON
{
"name": "lavaclient",
"version": "5.0.0-rc.3",
"description": "A simple, easy-to-use, and flexible lavalink client for node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"author": "lavaclient team",
"homepage": "https://lavaclient.js.org",
"repository": "git@github.com:lavaclient/lavaclient.git",
"bugs": {
"url": "https://github.com/lavaclient/lavaclient/issues"
},
"keywords": [
"lavalink",
"flexible",
"easy",
"performant",
"lightweight",
"music",
"discord",
"discord.js",
"djs"
],
"maintainers": [
{
"email": "hi@vzt.gay",
"name": "viztea",
"url": "https://vzt.gay"
}
],
"files": [
"dist/*",
"!dist/.tsbuildinfo"
],
"scripts": {
"build": "tsc",
"check": "tsc --noEmit",
"format": "prettier -w src/**.ts",
"prepublishOnly": "pnpm run format && pnpm run build"
},
"devDependencies": {
"@lavaclient/config-prettier": "workspace:^",
"@lavaclient/config-typescript": "workspace:^",
"@types/node": "^20.3.3",
"@types/ws": "^8.5.5",
"ts-essentials": "^9.3.2",
"typescript": "^5.1.6"
},
"dependencies": {
"@effect/schema": "^0.49.4",
"lavalink-api-client": "1.0.1",
"lavalink-protocol": "1.0.2",
"lavalink-ws-client": "1.0.1",
"tiny-typed-emitter": "^2.1.0",
"tslib": "^2.6.0"
},
"engines": {
"node": ">=20"
}
}