added license and new peer dependency

This commit is contained in:
Lechner Julian - FrauJulian
2025-07-28 23:37:34 +02:00
parent f06cf870f5
commit 61fc283193
2 changed files with 15 additions and 7 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
{
"name": "discord-audio-stream",
"version": "0.6.11",
"version": "0.6.12",
"license": "LGPL-2.1-only",
"description": "NodeJS library to make stream any audio on discord easier.",
"exports": {
".": {
@@ -50,7 +51,6 @@
}
],
"dependencies": {
"@discordjs/voice": "^0.18.0",
"@noble/ciphers": "^1.3.0",
"@stablelib/xchacha20poly1305": "^2.0.1",
"sodium-native": "^5.0.6"
@@ -64,6 +64,7 @@
"typescript": "^5.8.3"
},
"peerDependencies": {
"@discordjs/voice": "^0.18.0",
"libsodium-wrappers": "^0.7.15",
"opusscript": "^0.1.1",
"ffmpeg-static": "^5.2.0"