Add files via upload

This commit is contained in:
2024-05-05 12:46:20 +02:00
committed by GitHub
parent 5a341a3281
commit 958c08269f
10 changed files with 234 additions and 100 deletions
+5 -3
View File
@@ -1,6 +1,6 @@
{
"name": "discord-audio-stream",
"version": "0.0.3",
"version": "0.1.0",
"description": "🖼️ NPM Package to stream any audio link on discord.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
@@ -15,7 +15,8 @@
"keywords": [
"discordjs-v14",
"stream",
"audio"
"audio",
"music"
],
"author": "FrauJulian | Julian Lechner",
"license": "BSD-3-Clause",
@@ -24,13 +25,14 @@
},
"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",
"discord.js": "^14.14.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.2.0",
"fs": "^0.0.1-security",
"libsodium-wrappers": "^0.7.13",