chore: add repository, homepage, license to package.json

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-11 16:22:43 +08:00
parent fe8a06591b
commit a4f3093201
+7
View File
@@ -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"
},