🎉 - First commit!

This commit is contained in:
Florian Sylvain
2022-11-10 10:52:29 +01:00
commit d4fda082c1
11 changed files with 1267 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "expresstemplate",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"@prisma/client": "^4.6.0",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"express": "~4.16.1",
"http-errors": "~2.0.0",
"morgan": "~1.9.1",
"prisma": "^4.6.0"
}
}