Version update 1

This commit is contained in:
Histmy 2024-11-16 11:31:22 +01:00
parent 17d0f71427
commit b3c76a770b

View File

@ -1,30 +1,30 @@
{ {
"name": "denim_3001", "name": "denim_3001",
"version": "3001.60.4", "version": "3001.60.5",
"description": "Toto je velmi kvalitní bot.", "description": "Toto je velmi kvalitní bot.",
"repository": { "repository": {
"url": "https://github.com/Histmy/Denim-Bot/" "url": "https://github.com/Histmy/Denim-Bot/"
}, },
"main": "out/app.js", "main": "out/app.js",
"scripts": { "scripts": {
"start": "node .", "start": "node .",
"test": "tsc && node ." "test": "tsc && node ."
}, },
"author": "Histmy + det-fys", "author": "Histmy + det-fys",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@discordjs/voice": "^0.17.0", "@discordjs/voice": "^0.17.0",
"discord.js": "^14.16.3", "discord.js": "^14.16.3",
"js-levenshtein": "^1.1.6", "js-levenshtein": "^1.1.6",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"opusscript": "^0.1.1", "opusscript": "^0.1.1",
"play-dl": "https://gitea.deadfish.cz/Histmy/play-dl-fix/archive/main.tar.gz", "play-dl": "https://gitea.deadfish.cz/Histmy/play-dl-fix/archive/main.tar.gz",
"tiny-typed-emitter": "^2.1.0", "tiny-typed-emitter": "^2.1.0",
"tweetnacl": "^1.0.3", "tweetnacl": "^1.0.3",
"valibot": "^0.42.1" "valibot": "^0.42.1"
}, },
"devDependencies": { "devDependencies": {
"@types/js-levenshtein": "^1.1.3", "@types/js-levenshtein": "^1.1.3",
"@types/mysql": "^2.15.26" "@types/mysql": "^2.15.26"
} }
} }