From 98bce1b0da675715b2e5482c0ad61ba21135f62f Mon Sep 17 00:00:00 2001
From: Server-Bibliothek <server-bibliothek@lokal>
Date: Di, 04 Aug 2026 07:00:04 +0200
Subject: [PATCH] Add a desktop client that knows what is installed locally

---
 package.json |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..99f7c4e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+  "name": "software-bibliothek",
+  "version": "0.1.0",
+  "description": "Interne Software-Bibliothek — Katalog, Datei-Download, Zugriffsprotokoll (D+H)",
+  "private": true,
+  "workspaces": [
+    "./packages/*",
+    "./desktop/frontend"
+  ],
+  "scripts": {
+    "build": "npm run build -w packages/bibliothek-types && npm run build -w packages/bibliothek-server && npm run build -w packages/bibliothek-client",
+    "build:exe": "npm run build && npm run bundle -w packages/bibliothek-server && node bauen-exe.cjs",
+    "build:desktop-ui": "npm run build -w packages/bibliothek-types && npm run build -w desktop/frontend",
+    "dev:server": "npm run dev -w packages/bibliothek-server",
+    "dev:client": "npm run dev -w packages/bibliothek-client"
+  },
+  "devDependencies": {
+    "postject": "^1.0.0-alpha.6",
+    "prettier": "^3.4.2",
+    "typescript": "^5.7.2"
+  }
+}

--
Gitblit v1.9.3