Update package.json to add prisma; Add prisma library

This commit is contained in:
Stefan-5422
2022-03-23 12:59:05 +01:00
parent 0734b8d9ff
commit b42f08bd8b
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -19,11 +19,13 @@
},
"homepage": "https://github.com/GithubOrgProjectPiza/server#readme",
"dependencies": {
"@prisma/client": "^3.10.0",
"@types/express": "^4.17.13",
"@types/nodemailer": "^6.4.4",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"nodemailer": "^6.7.2",
"prisma": "^3.10.0",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
},