{ "name": "denim_3001", "version": "3001.47.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 .", "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", "tiny-typed-emitter": "^2.1.0", "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", "ts-node": "^10.9.1", "tsconfig-paths": "^4.1.2" } }