This repository has been archived on 2021-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
foggy/package.json

22 lines
463 B
JSON

{
"name": "foggy",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.6.0",
"discord.js": "^13.2.0",
"ffmpeg-static": "^4.4.0",
"got": "^11.8.2",
"sodium": "^3.0.2",
"youtube-dl": "^3.5.0",
"youtube-dl-wrap": "^2.1.1"
}
}