docs: add homepage, bugs URL, and keywords to package.json

This commit is contained in:
Nicolas Varrot
2026-02-12 04:48:21 +00:00
parent bd25517d6e
commit 4b923a1ec2

View File

@@ -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",