permanent-waves/package.json

33 lines
959 B
JSON
Raw Normal View History

2024-05-01 02:44:20 +00:00
{
"type": "module",
"dependencies": {
"@discordjs/voice": "^0.16.1",
"chalk": "^5.3.0",
"discord.js": "^14.14.1",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.13",
"play-dl": "^1.9.7",
"youtube-sr": "^4.3.11",
"ytdl-core": "^4.11.5"
},
"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.7.3"
}
}