Denim-Bot/package.json
2022-07-18 21:17:28 +02:00

29 lines
651 B
JSON

{
"name": "denim_3001",
"version": "3001.40.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.10.0",
"discord.js": "^13.8.0",
"js-levenshtein": "^1.1.6",
"node-fetch": "^2.6.1",
"opusscript": "^0.0.8",
"play-dl": "^1.9.5",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/js-levenshtein": "^1.1.1",
"@types/node-fetch": "^2.6.1"
}
}