changed Project Stucture - Part1

This commit is contained in:
Julian Lechner
2025-04-06 16:42:30 +02:00
parent ceaf06f853
commit 2085339bdb
14 changed files with 1352 additions and 325 deletions
+13 -9
View File
@@ -1,7 +1,7 @@
{
"name": "discord-audio-stream",
"version": "0.4.1",
"description": "Node libary to make discord audio streaming easier.",
"version": "0.5.0",
"description": "Node library to make discord audio streaming easier.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@@ -26,15 +26,19 @@
"homepage": "https://github.com/FrauJulian/DiscordAudioStreamNPM#readme",
"devDependencies": {
"@types/ejs": "^3.1.5",
"@types/node": "^20.12.8",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
"@types/node": "^22.13.16",
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
"dependencies": {
"@discordjs/voice": "^0.16.1",
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.18.0",
"@noble/ciphers": "^1.2.1",
"ffmpeg-static": "^5.2.0",
"fs": "^0.0.1-security",
"libsodium-wrappers": "^0.7.13",
"opusscript": "^0.0.8"
"libsodium-wrappers": "^0.7.15",
"mysql2": "^3.14.0",
"node-json-db": "^2.3.1",
"opusscript": "^0.1.1",
"sodium-native": "^5.0.0"
}
}