Settings, encryption, logging

This commit is contained in:
Isaac
2022-07-16 22:18:50 +01:00
parent 97623f3203
commit 79462e83e6
10 changed files with 221 additions and 10 deletions

View File

@@ -32,11 +32,14 @@
"dependencies": {
"@eartharoid/dbf": "^0.0.1",
"@eartharoid/dtf": "^2.0.1",
"@eartharoid/i18n": "^1.0.4",
"@fastify/cookie": "^6.0.0",
"@fastify/cors": "^8.0.0",
"@fastify/jwt": "^5.0.1",
"@fastify/oauth2": "^5.0.0",
"@prisma/client": "^3.15.2",
"@prisma/client": "^4.0.0",
"cryptr": "^6.0.3",
"deep-object-diff": "^1.1.7",
"discord.js": "^13.8.1",
"dotenv": "^16.0.1",
"fastify": "^4.2.1",
@@ -56,6 +59,6 @@
"eslint": "^8.19.0",
"eslint-plugin-unused-imports": "^2.0.0",
"nodemon": "^2.0.19",
"prisma": "^3.15.2"
"prisma": "^4.0.0"
}
}