mirror of
https://github.com/Floriansylvain/PopCorn.git
synced 2026-08-19 11:43:23 +02:00
25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"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"
|
|
}
|