{ "name": "denim_3001", "version": "3001.34.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 ." }, "author": "Histmy + det-fys", "license": "ISC", "dependencies": { "@discordjs/opus": "github:discordjs/opus", "@discordjs/voice": "^0.6.0", "discord.js": "^13.0.1", "js-levenshtein": "^1.1.6", "node-fetch": "^2.6.1", "tweetnacl": "^1.0.3", "yt-search": "^2.10.1", "ytdl": "^1.4.1", "ytdl-core": "^4.9.1" }, "devDependencies": { "@types/js-levenshtein": "^1.1.0", "@types/node-fetch": "^2.5.12" } }