{ "dependencies": { "@prisma/client": "^4.10.0", "cloudinary": "^1.33.0", "cors": "^2.8.5", "dotenv": "^16.0.3", "express": "^4.18.2", "http-errors": "^2.0.0", "https-error": "^1.0.2", "multer": "^1.4.5-lts.1", "nodemon": "^2.0.20", "zod": "^3.20.2" }, "name": "popcorn", "version": "1.0.0", "description": "ajout des liens ", "main": "index.js", "type": "module", "scripts": { "start": "npx prisma migrate deploy && node src/app.js", "dev": "nodemon src/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", "devDependencies": { "prisma": "^4.10.0" } }