From 4b923a1ec27ac6cd67dfeb87b7e018bb50542deb Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Thu, 12 Feb 2026 04:48:21 +0000 Subject: [PATCH] docs: add homepage, bugs URL, and keywords to package.json --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/package.json b/package.json index b436b43..a805190 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,23 @@ }, "license": "MIT", "author": "Nicolas Varrot", + "homepage": "https://marlburrow.github.io/pinchchat/", + "bugs": { + "url": "https://github.com/MarlBurroW/pinchchat/issues" + }, + "keywords": [ + "openclaw", + "webchat", + "chat-ui", + "ai-agent", + "llm", + "tool-calls", + "dark-theme", + "react", + "vite", + "streaming", + "websocket" + ], "scripts": { "dev": "vite", "build": "tsc -b && vite build",