UNPKG

@discord-player/extractor

Version:
63 lines 1.48 kB
{ "name": "@discord-player/extractor", "version": "7.1.0", "description": "Extractors for discord-player", "keywords": [ "discord-player", "music", "bot", "discord.js", "javascript", "voip", "lavalink", "lavaplayer" ], "author": "Twilight <hello@twlite.dev>", "homepage": "https://discord-player.js.org", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "publishConfig": { "access": "public" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/Androz2091/discord-player.git" }, "scripts": { "build": "tsup", "build:check": "tsc --noEmit", "lint": "eslint src --ext .ts --fix" }, "bugs": { "url": "https://github.com/Androz2091/discord-player/issues" }, "devDependencies": { "@discord-player/tsconfig": "^7.1.0", "@types/node": "^22.10.7", "discord-player": "^7.1.0", "mediaplex": "^1.0.0", "tsup": "^8.3.5", "typescript": "^5.2.2", "vitest": "^0.34.6" }, "dependencies": { "file-type": "^16.5.4", "isomorphic-unfetch": "^4.0.2", "node-html-parser": "^6.1.4", "reverbnation-scraper": "^2.0.0", "soundcloud.ts": "^0.5.2", "spotify-url-info": "^3.2.6" }, "typedoc": { "entryPoint": "./src/index.ts", "readmeFile": "./README.md", "tsconfig": "./tsconfig.json", "excludeExternals": true, "excludePrivate": true } }