chore: add node-audio-mixer and prism-media

This commit is contained in:
2026-01-13 17:48:21 -03:00
parent e3ad17d25e
commit 827af77895
2 changed files with 14 additions and 2 deletions
+12 -1
View File
@@ -15,7 +15,9 @@
"colorts": "^0.1.63", "colorts": "^0.1.63",
"discord.js": "^14.25.1", "discord.js": "^14.25.1",
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"prettier": "^3.7.4" "node-audio-mixer": "^2.1.0",
"prettier": "^3.7.4",
"prism-media": "^1.3.5"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.39.2", "@eslint/js": "^9.39.2",
@@ -2666,6 +2668,15 @@
"node": "^18 || ^20 || >= 21" "node": "^18 || ^20 || >= 21"
} }
}, },
"node_modules/node-audio-mixer": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/node-audio-mixer/-/node-audio-mixer-2.1.0.tgz",
"integrity": "sha512-ivAl1arhkdbwAmFTOQxizRs39wx1jhMedq12FgaGku6gupItFwq3pyRz3zoQ3iKnsMSNP3Ab9EM5MOu3zFoOfw==",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
}
},
"node_modules/node-fetch": { "node_modules/node-fetch": {
"version": "2.7.0", "version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
+2 -1
View File
@@ -40,6 +40,7 @@
"colorts": "^0.1.63", "colorts": "^0.1.63",
"discord.js": "^14.25.1", "discord.js": "^14.25.1",
"dotenv": "^17.2.3", "dotenv": "^17.2.3",
"prettier": "^3.7.4" "node-audio-mixer": "^2.1.0",
"prism-media": "^1.3.5"
} }
} }