UNPKG

lavalink-client

Version:

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

82 lines (81 loc) 2.14 kB
{ "name": "lavalink-client", "version": "2.7.7", "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/" }, "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/tomato6966/lavalink-client/issues" }, "homepage": "https://tomato6966.github.io/lavalink-client/", "devDependencies": { "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^9.39.1", "@types/node": "^24.10.1", "@types/ws": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.48.0", "@typescript-eslint/parser": "^8.48.0", "eslint": "^9.39.1", "tsup": "^8.5.1", "typescript": "^5.9.3" }, "dependencies": { "tslib": "^2.8.1", "ws": "^8.18.3" }, "engines": { "node": ">=18.0.0", "bun": ">=1.1.27" }, "pnpm": { "onlyBuiltDependencies": [ "esbuild" ] } }