docs: add homepage, bugs URL, and keywords to package.json
This commit is contained in:
17
package.json
17
package.json
@@ -9,6 +9,23 @@
|
|||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Nicolas Varrot",
|
"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": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "tsc -b && vite build",
|
"build": "tsc -b && vite build",
|
||||||
|
|||||||
Reference in New Issue
Block a user