5704c0f94c
Raster-Uploads (jpg/png/…) werden zu WebP (q82), auf max. 2000px begrenzt, EXIF-Rotation korrigiert — ~85% kleiner. SVG/GIF bleiben unangetastet. Eindeutige Dateinamen verhindern Kollisionen. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
19 lines
497 B
JSON
19 lines
497 B
JSON
{
|
|
"name": "openbureau-cms-api",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Headless CMS backend für OPENBUREAU — schreibt Supabase-Posts in Hugo-content/, baut und serviert die Site.",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"dev": "node --watch src/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.13.7",
|
|
"@supabase/supabase-js": "^2.47.10",
|
|
"gray-matter": "^4.0.3",
|
|
"hono": "^4.6.14",
|
|
"sharp": "^0.33.5"
|
|
}
|
|
}
|