UntisBot/package.json

24 lines
495 B
JSON
Raw Normal View History

2020-12-03 19:18:46 +00:00
{
"name": "untis-bot",
"version": "2.0.0",
2020-12-03 19:18:46 +00:00
"description": "",
"main": "index.js",
"scripts": {
"build": "npx tsc",
"update": "git pull",
"start": "node dist/index.js"
2020-12-03 19:18:46 +00:00
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.8.2",
"@types/node": "^14.17.32",
"@typescript-eslint/parser": "^5.3.0",
"discord.js": "^13.3.1",
2020-12-03 19:18:46 +00:00
"dotenv": "^8.2.0",
"enmap": "^5.8.7",
"eslint": "^7.32.0",
"webuntis": "^1.15.4"
2020-12-03 19:18:46 +00:00
}
}