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
---
packages/bibliothek-types/package.json | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/packages/bibliothek-types/package.json b/packages/bibliothek-types/package.json
new file mode 100644
index 0000000..18f9405
--- /dev/null
+++ b/packages/bibliothek-types/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "bibliothek-types",
+ "version": "0.1.0",
+ "main": "build/index.js",
+ "types": "build/index.d.ts",
+ "files": ["build"],
+ "scripts": {
+ "build": "tsc"
+ }
+}
--
Gitblit v1.9.3