Files
2026-09-13 20:23:05 +01:00

27 lines
781 B
JSON

{
"name": "qr-presentation",
"version": "1.7.0",
"description": "Self-hosted app to broadcast a presentation (video, PowerPoint, Word, Excel, PDF, images) to an audience who join by scanning a QR code. Includes user accounts, an admin console, and email sharing via PurelyMail.",
"license": "MIT",
"type": "module",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"dev": "node --watch server/index.js",
"fetch-vendor": "bash scripts/fetch-vendor.sh"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"express": "^4.19.2",
"imapflow": "^1.0.164",
"mime-types": "^2.1.35",
"multer": "^2.0.2",
"nanoid": "^5.0.7",
"nodemailer": "^6.9.14",
"qrcode": "^1.5.4",
"socket.io": "^4.7.5"
}
}