From 6f6fa2c8f8fe43645c600506150c50e99b52a1d8 Mon Sep 17 00:00:00 2001 From: chitcommit <208086304+chitcommit@users.noreply.github.com> Date: Tue, 24 Mar 2026 07:33:06 +0000 Subject: [PATCH] fix: update package.json description to match actual service purpose Co-Authored-By: Claude Opus 4.6 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 078cd06..836f12f 100644 --- a/package.json +++ b/package.json @@ -27,5 +27,6 @@ }, "dependencies": { "hono": "^4.12.3" - } + }, + "description": "Evidence-grade document transformation and proof minting service" }