f518eb7a13
ac7538f chore: gitignore admin/dist build output 86f9f57 core: stage 7 — auth provider (config.auth: supabase | local), DB-less core git-subtree-dir: cms/core git-subtree-split: ac7538fa0c2c883e29fe67c8d8c15c5f40fa2230
23 lines
596 B
JSON
23 lines
596 B
JSON
{
|
|
"name": "openbureau-cms-api",
|
|
"version": "0.6.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",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.13.7",
|
|
"@supabase/supabase-js": "^2.47.10",
|
|
"bcryptjs": "^2.4.3",
|
|
"gray-matter": "^4.0.3",
|
|
"hono": "^4.6.14",
|
|
"marked": "^14.1.4",
|
|
"pg": "^8.22.0",
|
|
"sharp": "^0.33.5"
|
|
}
|
|
}
|