mirror of
https://github.com/Floriansylvain/PopCorn.git
synced 2026-08-19 11:43:23 +02:00
35 lines
856 B
JSON
35 lines
856 B
JSON
{
|
|
"dependencies": {
|
|
"@prisma/client": "^4.9.0",
|
|
"cloudinary": "^1.33.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.2",
|
|
"http-errors": "^2.0.0",
|
|
"https-error": "^1.0.2",
|
|
"multer": "^1.4.5-lts.1",
|
|
"nodemon": "^2.0.20",
|
|
"prisma": "^4.9.0",
|
|
"zod": "^3.20.2"
|
|
},
|
|
"name": "popcorn",
|
|
"version": "1.0.0",
|
|
"description": "ajout des liens ",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "nodemon app.js",
|
|
"dev": "nodemon app.js",
|
|
"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"
|
|
}
|