play-dl-fix/examples/package.json
2021-08-22 12:20:21 +05:30

26 lines
585 B
JSON

{
"name": "play-dl",
"version": "0.3.0",
"description": "YouTube, SoundCloud, Spotify downloader",
"repository": {
"type": "git",
"url": "git+https://github.com/play-dl/play-dl"
},
"author": "Killer069",
"license": "MIT",
"bugs": {
"url": "https://github.com/play-dl/play-dl/issues"
},
"homepage": "https://github.com/play-dl/play-dl#readme",
"files": [
"dist/*"
],
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.5.6",
"discord.js": "^13.1.0",
"libsodium-wrappers": "^0.7.9",
"play-dl": "^0.3.0"
}
}