{ "name": "uem-elo-bot", "version": "1.0.0", "description": "", "main": "out/index.js", "scripts": { "build": "tsc", "start": "node out/index.js 2>&1 | tee output.log", "deploy-commands": "node out/deploy-commands.js" }, "repository": { "type": "git", "url": "git@git.benjamin-kraft.eu:benjamin/UEM-Elo-Bot.git" }, "private": true, "devDependencies": { "@types/node": "^20.10.6", "@types/node-fetch": "^2.6.10", "typescript": "^5.3.3" }, "dependencies": { "@fightmegg/riot-api": "^0.0.18", "discord.js": "^14.14.1", "dotenv": "^16.3.1" } }