Denim-Bot/package.json

32 lines
724 B
JSON

{
"name": "denim_3001",
"version": "3001.45.1",
"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.14.0",
"discord.js": "^14.7.1",
"js-levenshtein": "^1.1.6",
"node-fetch": "^2.6.1",
"opusscript": "^0.0.8",
"play-dl": "^1.9.6",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/jest": "^29.2.4",
"@types/js-levenshtein": "^1.1.1",
"@types/node-fetch": "^2.6.2",
"jest": "^29.3.1"
}
}