diff --git a/examples/package.json b/examples/package.json deleted file mode 100644 index bf9179a..0000000 --- a/examples/package.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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" - } -}