diff --git a/package.json b/package.json index a3915af..0976459 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,12 @@ "name": "chatgpt-web", "version": "2.0.0", "private": false, - "description": "ChatGPT Web Bot", - "author": "ChenZhaoYu ", + "description": "ChatGPT Web", + "author": "ChenZhaoYu ", "keywords": [ + "chatgpt-web", "chatgpt", "chatbot", - "web", "vue" ], "scripts": { diff --git a/service/package.json b/service/package.json index ba5b163..a8c8d61 100644 --- a/service/package.json +++ b/service/package.json @@ -2,12 +2,13 @@ "name": "chatgpt-web-service", "version": "1.0.0", "private": false, - "description": "ChatGPT Web Bot node service", + "description": "ChatGPT Web Service", + "author": "ChenZhaoYu ", "keywords": [ + "chatgpt-web", "chatgpt", "chatbot", - "web", - "vue" + "express" ], "engines": { "node": ">=18.0.0"