diff --git a/.gitignore b/.gitignore index 6769e21..98b93fa 100644 --- a/.gitignore +++ b/.gitignore @@ -157,4 +157,5 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ \ No newline at end of file +#.idea/ +node_modules diff --git a/aethex-bot/package-lock.json b/aethex-bot/package-lock.json index f1e87e4..a7f63b5 100644 --- a/aethex-bot/package-lock.json +++ b/aethex-bot/package-lock.json @@ -16,8 +16,11 @@ "discord-player": "^7.1.0", "discord.js": "^14.13.0", "dotenv": "^16.3.1", + "kazagumo": "^3.4.0", "mediaplex": "^1.0.0", - "sodium-native": "^5.0.10" + "shoukaku": "^4.2.0", + "sodium-native": "^5.0.10", + "ws": "^8.18.3" }, "devDependencies": { "nodemon": "^3.0.1" @@ -37,6 +40,7 @@ "resolved": "https://registry.npmjs.org/@discord-player/extractor/-/extractor-7.1.0.tgz", "integrity": "sha512-/ttNFkN0hacSS/KJNcPP8Dvk1W8+QGbdlbtJNIPHO1oBfEMazs6BimokMG5eCVmSLPb2MaWPGKTjhoQzHLlBlw==", "license": "MIT", + "peer": true, "dependencies": { "file-type": "^16.5.4", "isomorphic-unfetch": "^4.0.2", @@ -1733,6 +1737,7 @@ "integrity": "sha512-yY35KZckJJuVVPXpvjgxiCuVEJT67F6zDeVTv4rizyPrfGBUpZQsvmxnN+C371c2esD/hNMjj4tpBhuueLN7aA==", "hasInstallScript": true, "license": "MIT", + "peer": true, "bin": { "esbuild": "bin/esbuild" }, @@ -2160,6 +2165,18 @@ "node": ">=10" } }, + "node_modules/kazagumo": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/kazagumo/-/kazagumo-3.4.0.tgz", + "integrity": "sha512-xh/qDSMXJw+rLUzGG0tamXD3HZO8Ao6A5DGPEHF+oeVQxX1cB7k/EjmDE3KJu1GK6xMmdVh1GHtZaPMyTKDLNQ==", + "license": "ISC", + "dependencies": { + "shoukaku": "^4.2.0" + }, + "engines": { + "node": ">=16.5.0" + } + }, "node_modules/libsodium": { "version": "0.7.15", "resolved": "https://registry.npmjs.org/libsodium/-/libsodium-0.7.15.tgz", @@ -2249,6 +2266,7 @@ "resolved": "https://registry.npmjs.org/mediaplex/-/mediaplex-1.0.0.tgz", "integrity": "sha512-2vj7Px34rNUmHKilpAagU7jNhKIyoG8/wZ/cvJQzUdhvul8ef03NOK3No3LWVZEF1Pi27VSFOwBvawli/B86hA==", "license": "MIT", + "peer": true, "engines": { "node": ">= 10" }, @@ -2986,6 +3004,19 @@ "node": ">=10" } }, + "node_modules/shoukaku": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/shoukaku/-/shoukaku-4.2.0.tgz", + "integrity": "sha512-3vPQLG484cZ1/2nd4ERRs6XESvGhvD8jZiB0STcpmTtnH6A/6ZcT3iYl00RoU1PZhC7TTrrvCYk1ca+KJjkoYw==", + "license": "MIT", + "dependencies": { + "ws": "^8.18.0" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=7.0.0" + } + }, "node_modules/simple-update-notifier": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", @@ -3178,6 +3209,7 @@ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "license": "MIT", + "peer": true, "engines": { "node": ">=12" }, @@ -3343,6 +3375,7 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/aethex-bot/package.json b/aethex-bot/package.json index c8fcb1e..d1b38f6 100644 --- a/aethex-bot/package.json +++ b/aethex-bot/package.json @@ -28,8 +28,11 @@ "discord-player": "^7.1.0", "discord.js": "^14.13.0", "dotenv": "^16.3.1", + "kazagumo": "^3.4.0", "mediaplex": "^1.0.0", - "sodium-native": "^5.0.10" + "shoukaku": "^4.2.0", + "sodium-native": "^5.0.10", + "ws": "^8.18.3" }, "devDependencies": { "nodemon": "^3.0.1"