From a4f3093201ef1fb7b7b20ca6e2b07f3b90b8fd60 Mon Sep 17 00:00:00 2001 From: ekko Date: Sat, 11 Apr 2026 16:22:43 +0800 Subject: [PATCH] chore: add repository, homepage, license to package.json Co-Authored-By: Claude Opus 4.6 --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 913d616..4b8e848 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,13 @@ "name": "hermes-web-ui", "version": "0.1.0", "type": "module", + "description": "Hermes Agent Web UI - Chat and Job Management Dashboard", + "repository": { + "type": "git", + "url": "https://github.com/EKKOLearnAI/hermes-web-ui.git" + }, + "homepage": "https://github.com/EKKOLearnAI/hermes-web-ui", + "license": "MIT", "bin": { "hermes-web-ui": "./bin/hermes-web-ui.mjs" },