29 lines
652 B
JSON
29 lines
652 B
JSON
{
|
|
"name": "denim_3001",
|
|
"version": "3001.30.0",
|
|
"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.10.1",
|
|
"ytdl": "^1.4.1",
|
|
"ytdl-core": "^4.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node-fetch": "^2.5.12"
|
|
}
|
|
}
|