fix error handling and more swagger info

This commit is contained in:
Fran Jurmanović
2023-10-05 19:06:01 +02:00
parent 71c9d1635b
commit 162708812d
7 changed files with 139 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "legica-dana",
"version": "2.0.0",
"version": "2.0.1",
"main": "src/app.ts",
"scripts": {
"start": "bun src/app.ts"
@@ -8,12 +8,12 @@
"author": "Fran Jurmanović <fjurma12@outlook.com>",
"license": "MIT",
"dependencies": {
"@elysiajs/cron": "^0.7.0",
"@elysiajs/static": "^0.7.1",
"@elysiajs/swagger": "^0.7.3",
"axios": "^0.26.0",
"body-parser": "^1.20.2",
"cheerio": "^1.0.0-rc.10",
"cron": "^3.0.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"elysia": "^0.7.15",