Denim-Bot/package.json
2024-07-16 18:59:42 +02:00

32 lines
735 B
JSON

{
"name": "denim_3001",
"version": "3001.59.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/voice": "^0.17.0",
"discord.js": "^14.15.3",
"js-levenshtein": "^1.1.6",
"mysql": "^2.18.1",
"opusscript": "^0.1.1",
"play-dl": "^1.9.7",
"tiny-typed-emitter": "^2.1.0",
"tweetnacl": "^1.0.3",
"valibot": "^0.35.0",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@types/js-levenshtein": "^1.1.3",
"@types/mysql": "^2.15.26"
}
}