UNPKG

lavalink-client

Version:

Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients.

77 lines (76 loc) 1.81 kB
{ "name": "lavalink-client", "version": "2.5.9", "description": "Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.mjs", "default": "./dist/index.js" } }, "scripts": { "build": "tsup", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", "test": "node -v", "prepublishOnly": "npm run build", "prepare": "npm run build" }, "directories": { "lib": "src" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/tomato6966/lavalink-client.git" }, "keywords": [ "lavalink", "client", "lavalink-v4", "music", "discord", "bot", "advanced", "typescript" ], "author": { "name": "Tomato6966", "url": "https://github.com/tomato6966/" }, "contributers": [], "license": "MIT", "bugs": { "url": "https://github.com/tomato6966/lavalink-client/issues" }, "homepage": "https://tomato6966.github.io/lavalink-client/", "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.30.1", "@types/node": "^24.0.13", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/parser": "^8.36.0", "eslint": "^9.30.1", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "dependencies": { "tslib": "^2.8.1", "ws": "^8.18.3" }, "engines": { "node": ">=18.0.0", "bun": ">=1.1.27" } }