35 lines
1 KiB
JSON
35 lines
1 KiB
JSON
{
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.9.0",
|
|
"@discordjs/voice": "^0.17.0",
|
|
"@distube/ytdl-core": "^4.13.5",
|
|
"chalk": "^5.3.0",
|
|
"discord.js": "^14.15.3",
|
|
"ffmpeg-static": "^5.2.0",
|
|
"libsodium-wrappers": "^0.7.14",
|
|
"play-dl": "^1.9.7",
|
|
"youtube-ext": "^1.1.25",
|
|
"youtube-sr": "^4.3.11"
|
|
},
|
|
"name": "permanent-waves",
|
|
"description": "**Permanent Waves** is a Discord music bot based on JasperVanEsveld's [Discordeno Audio Plugin](https://github.com/JasperVanEsveld/discordeno-audio-plugin). It's self-hosted and must be run with Deno's `--unstable` flag since it relies on the unstable DatagramConn interface.",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://fem.mint.lgbt/sykora/permanent-waves"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"tsx": "^4.16.2"
|
|
}
|
|
}
|