Denim-Bot/package.json
Histmy bd0d0e9f2c
opět downgrade na ytdl-core (fuj)
+ vylepšení najditext
+ dependence update
2025-02-02 18:43:19 +01:00

32 lines
790 B
JSON

{
"name": "denim_3001",
"version": "3001.62.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.18.0",
"@distube/ytdl-core": "^4.16.0",
"discord.js": "^14.14.1",
"js-levenshtein": "^1.1.6",
"mysql": "^2.18.1",
"opusscript": "^0.1.1",
"play-dl": "github:xuc323/play-dl",
"tiny-typed-emitter": "^2.1.0",
"tweetnacl": "^1.0.3",
"valibot": "^0.42.1"
},
"devDependencies": {
"@types/js-levenshtein": "^1.1.3",
"@types/mysql": "^2.15.26"
}
}