Denim-Bot/package.json
2021-08-02 23:14:07 +02:00

25 lines
554 B
JSON

{
"name": "denim_3001",
"version": "3001.19.1",
"description": "Toto je velmi kvalitní bot.",
"repository": {
"url": "https://github.com/Histmy/Denim-Bot/"
},
"main": "app.js",
"scripts": {
"start": "node ."
},
"author": "Histmy + det-fys",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",
"discord.js": "^12.4.1",
"dotenv": "^8.2.0",
"download-file-sync": "^1.0.4",
"node-fetch": "^2.6.1",
"yt-search": "^2.7.5",
"ytdl": "^1.4.1",
"ytdl-core": "^4.9.0"
}
}