UNPKG

erela.js

Version:

An easy-to-use Lavalink client for NodeJS.

87 lines (86 loc) 2.17 kB
{ "name": "erela.js", "version": "2.4.0", "description": "An easy-to-use Lavalink client for NodeJS.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "types": "rtb --dist dist", "lint": "eslint --ext .ts ./src", "docs": "typedoc --json ./docs.json --mode file --excludeProtected --excludePrivate --excludeExternals src/structures", "publish:stable": "yarn build && yarn types && yarn publish --access=public", "publish:beta": "yarn build && yarn types && yarn publish --tag beta --access=public", "ci": "run-s lint build types" }, "keywords": [ "lavalink", "discord", "music", "bot", "discord.js", "eris" ], "author": "MenuDocs (https://github.com/MenuDocs)", "contributors": [ { "name": "Solaris9", "url": "https://mhargreaves.site" }, { "name": "Anish-Shobith", "url": "https://anishshobithps.tech" }, { "name": "melike2d", "email": "hi@2d.gay", "url": "https://2d.gay" }, { "name": "ayntee" } ], "license": "Apache-2.0", "repository": "MenuDocs/erela.js", "bugs": "https://github.com/MenuDocs/erela.js", "devDependencies": { "@favware/rollup-type-bundler": "^1.0.11", "@types/node": "v16", "@types/ws": "^8.5.3", "@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/parser": "^5.37.0", "eslint": "^8.23.1", "npm-run-all": "^4.1.5", "typedoc": "^0.23.14", "typedoc-plugin-no-inherit": "^1.4.0", "typescript": "^4.8.3" }, "dependencies": { "@discordjs/collection": "^1.1.0", "tslib": "^2.4.0", "undici": "^5.10.0", "ws": "^8.8.1" }, "engines": { "node": ">=16.0.0" }, "eslintConfig": { "root": true, "parser": "@typescript-eslint/parser", "plugins": [ "@typescript-eslint" ], "rules": { "object-curly-spacing": [ "error", "always" ] }, "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended" ] }, "homepage": "https://github.com/MenuDocs/erela.js#readme" }