@persian-caesar/discord-player
Version:
Type definitions and helpers for a Discord music player (MusicPlayer) without external dependencies
64 lines (63 loc) • 1.55 kB
JSON
{
"name": "@persian-caesar/discord-player",
"version": "1.0.9",
"description": "Type definitions and helpers for a Discord music player (MusicPlayer) without external dependencies",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Persian-Caesar/discord-player.git"
},
"keywords": [
"discord",
"music",
"typescript",
"voice",
"player",
"discord-player",
"Persian-Caesar",
"mr-sinre",
"Sobhan-SRZA",
"discord-player",
"soundcloud",
"spotify",
"youtube",
"@discordjs/opus",
"@discordjs/voice",
"@distube/ytdl-core",
"discordjs",
"distube",
"play-dl",
"libsodium-wrappers",
"ytdl-core",
"ytdl-core-discord",
"ytdl"
],
"author": "Persian Caesar & Sobhan-SRZA",
"license": "MIT",
"bugs": {
"url": "https://github.com/Persian-Caesar/discord-player/issues"
},
"homepage": "https://github.com/Persian-Caesar/discord-player#readme",
"engines": {
"node": ">=16"
},
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.18.0",
"@distube/ytdl-core": "^4.16.10",
"html-to-text": "^9.0.5",
"libsodium-wrappers": "^0.7.15",
"play-dl": "^1.9.7",
"soundcloud-downloader": "^1.0.0",
"ytdl-core": "^4.11.5",
"ytdl-core-discord": "^1.3.1"
},
"devDependencies": {
"@types/html-to-text": "^9.0.4"
}
}