feat: update checker

This commit is contained in:
Isaac
2023-03-06 22:09:05 +00:00
parent 229cfe11e5
commit 6133a3d59f
8 changed files with 171 additions and 15 deletions

View File

@@ -37,7 +37,7 @@
},
"homepage": "https://discordtickets.app",
"engines": {
"node": ">=18.0"
"node": ">=18"
},
"dependencies": {
"@discord-tickets/settings": "^1.4.2",
@@ -50,6 +50,7 @@
"@fastify/jwt": "^5.0.1",
"@fastify/oauth2": "^5.1.0",
"@prisma/client": "^4.10.1",
"boxen": "^7.0.2",
"cryptr": "^6.1.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",