Files
PopCorn/package.json
T
2023-02-06 13:54:51 +01:00

31 lines
744 B
JSON

{
"dependencies": {
"@prisma/client": "^4.9.0",
"express": "^4.18.2",
"http-errors": "^2.0.0",
"https-error": "^1.0.2",
"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": {
"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"
}