Mise en place de prisma et de express

This commit is contained in:
ETHEVE Fabien
2023-02-06 12:07:34 +01:00
parent fc8791004e
commit 0c934709ce
5 changed files with 1133 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"dependencies": {
"@prisma/client": "^4.9.0",
"express": "^4.18.2",
"prisma": "^4.9.0"
},
"name": "popcorn",
"version": "1.0.0",
"description": "ajout des liens ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scotty974/PopCorn.git"
},
"author": "Fabien, Sacha, Antoine, Lucas",
"license": "ISC",
"bugs": {
"url": "https://github.com/scotty974/PopCorn/issues"
},
"homepage": "https://github.com/scotty974/PopCorn#readme"
}