Files
2026-06-10 16:02:11 +10:00

20 lines
410 B
JSON

{
"name": "frambe",
"version": "1.4.1",
"description": "Frambe — a lightweight digital photo frame web app for Immich with admin dashboard",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.0",
"node-fetch": "^2.7.0",
"dotenv": "^16.4.5",
"ws": "^8.18.0",
"sharp": "^0.33.0"
},
"engines": {
"node": ">=18"
}
}