Added prisma stuff

This commit is contained in:
Florian Sylvain
2023-01-26 14:13:08 +01:00
parent 8ee68a488e
commit 9a890135bc
8 changed files with 178 additions and 1 deletions
+2
View File
@@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "app.js",
"type": "module",
"scripts": {
"build": "tsc",
"build:dev": "tsc -w",
@@ -12,6 +13,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^4.9.0",
"concurrently": "^7.6.0",
"express": "^4.18.2",
"nodemon": "^2.0.20",