- booth/: serveur Node.js galerie photo live avec auth par code 4 chiffres - Backend: envoi auto des photos vers booth, endpoint QR dynamique - Frontend: code + QR booth sur ecran accueil, icone pellicule pour multi-shot - Icones mode agrandies (5rem) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
342 B
JSON
17 lines
342 B
JSON
{
|
|
"name": "booth-gallery",
|
|
"version": "1.0.0",
|
|
"description": "Galerie photo live pour photobooth",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "node --watch server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.21.0",
|
|
"ws": "^8.18.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"sharp": "^0.33.5"
|
|
}
|
|
}
|