Denim-Bot/package.json
2023-09-10 18:13:57 +02:00

36 lines
843 B
JSON

{
"name": "denim_3001",
"version": "3001.54.2",
"description": "Toto je velmi kvalitní bot.",
"repository": {
"url": "https://github.com/Histmy/Denim-Bot/"
},
"main": "out/app.js",
"scripts": {
"start": "node .",
"test": "tsc && node .",
"jest": "jest"
},
"author": "Histmy + det-fys",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.16.0",
"discord.js": "^14.13.0",
"js-levenshtein": "^1.1.6",
"mysql": "^2.18.1",
"node-fetch": "^2.6.1",
"opusscript": "^0.1.0",
"play-dl": "^1.9.6",
"tiny-typed-emitter": "^2.1.0",
"tweetnacl": "^1.0.3",
"valibot": "^0.14.0"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/js-levenshtein": "^1.1.1",
"@types/mysql": "^2.15.21",
"@types/node-fetch": "^2.6.4",
"jest": "^29.6.4"
}
}