Denim-Bot/package.json

32 lines
743 B
JSON

{
"name": "denim_3001",
"version": "3001.37.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.8.0",
"discord.js": "^13.6.0",
"js-levenshtein": "^1.1.6",
"node-fetch": "^2.6.1",
"tweetnacl": "^1.0.3",
"ws": "^8.5.0",
"yt-search": "^2.10.3",
"ytdl": "^1.4.1",
"ytdl-core": "^4.10.1"
},
"devDependencies": {
"@types/js-levenshtein": "^1.1.1",
"@types/node-fetch": "^2.6.1"
}
}