diff --git a/package.json b/package.json deleted file mode 100644 index 7d5a6a8..0000000 --- a/package.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "discord-audio-stream", - "version": "0.1.1", - "description": "🖼️ NPM Package to stream any audio link on discord.", - "main": "./dist/index.js", - "module": "./dist/index.mjs", - "types": "./dist/index.d.ts", - "scripts": { - "build": "tsup" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/FrauJulian/discord-audio-stream.git" - }, - "keywords": [ - "discordjs-v14", - "stream", - "audio", - "music" - ], - "author": "FrauJulian | Julian Lechner", - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/FrauJulian/discord-audio-stream/issues" - }, - "homepage": "https://github.com/FrauJulian/discord-audio-stream#readme", - "devDependencies": { - "@types/ejs": "^3.1.5", - "@types/node": "^20.12.8", - "tsup": "^8.0.2", - "typescript": "^5.4.5" - }, - "dependencies": { - "@discordjs/voice": "^0.16.1", - "ffmpeg-static": "^5.2.0", - "fs": "^0.0.1-security", - "libsodium-wrappers": "^0.7.13", - "opusscript": "^0.0.8" - } -}