Denim-Bot/package.json

29 lines
651 B
JSON

{
"name": "denim_3001",
"version": "3001.27.1",
"description": "Toto je velmi kvalitní bot.",
"repository": {
"url": "https://github.com/Histmy/Denim-Bot/"
},
"main": "out/app.js",
"scripts": {
"start": "node .",
"test": "tsc && node ."
},
"author": "Histmy + det-fys",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",
"@discordjs/voice": "^0.6.0",
"discord.js": "^13.0.1",
"node-fetch": "^2.6.1",
"tweetnacl": "^1.0.3",
"yt-search": "^2.7.5",
"ytdl": "^1.4.1",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12"
}
}