You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
519 B

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