This commit is contained in:
Isaac
2022-07-21 01:25:37 +01:00
parent 98b35e3a81
commit f93d058f55
5 changed files with 166 additions and 8 deletions

View File

@@ -9,6 +9,8 @@
"contributors:generate": "all-contributors generate",
"keygen": "node scripts/keygen",
"lint": "eslint src scripts --ext mjs --fix",
"start": "node .",
"studio": "npx prisma studio",
"test": "echo \"There's nothing to test\" && exit 1"
},
"repository": {
@@ -37,7 +39,7 @@
"@fastify/cors": "^8.0.0",
"@fastify/jwt": "^5.0.1",
"@fastify/oauth2": "^5.0.0",
"@prisma/client": "^4.0.0",
"@prisma/client": "^4.1.0",
"cryptr": "^6.0.3",
"discord.js": "^14.0.2",
"dotenv": "^16.0.1",
@@ -50,7 +52,7 @@
"node-dir": "^0.1.17",
"node-emoji": "^1.11.0",
"object-diffy": "^1.0.4",
"prisma": "^4.0.0",
"prisma": "^4.1.0",
"semver": "^7.3.7",
"terminal-link": "^2.1.1",
"yaml": "^1.10.2"