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

23 lines
494 B
JSON
Raw Normal View History

2021-10-19 17:02:03 +02:00
{
"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",
2021-11-14 15:51:28 +01:00
"cheerio": "^1.0.0-rc.10",
2021-10-19 17:02:03 +02:00
"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"
}
}