chore: add repository, homepage, license to package.json
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,13 @@
|
|||||||
"name": "hermes-web-ui",
|
"name": "hermes-web-ui",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"type": "module",
|
"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": {
|
"bin": {
|
||||||
"hermes-web-ui": "./bin/hermes-web-ui.mjs"
|
"hermes-web-ui": "./bin/hermes-web-ui.mjs"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user