chore: typo description
This commit is contained in:
parent
3c21068150
commit
5d1f8519c2
|
@ -2,12 +2,12 @@
|
||||||
"name": "chatgpt-web",
|
"name": "chatgpt-web",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "ChatGPT Web Bot",
|
"description": "ChatGPT Web",
|
||||||
"author": "ChenZhaoYu <chenzhaoyu1994@gami.com>",
|
"author": "ChenZhaoYu <chenzhaoyu1994@gmail.com>",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"chatgpt-web",
|
||||||
"chatgpt",
|
"chatgpt",
|
||||||
"chatbot",
|
"chatbot",
|
||||||
"web",
|
|
||||||
"vue"
|
"vue"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -2,12 +2,13 @@
|
||||||
"name": "chatgpt-web-service",
|
"name": "chatgpt-web-service",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "ChatGPT Web Bot node service",
|
"description": "ChatGPT Web Service",
|
||||||
|
"author": "ChenZhaoYu <chenzhaoyu1994@gmail.com>",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"chatgpt-web",
|
||||||
"chatgpt",
|
"chatgpt",
|
||||||
"chatbot",
|
"chatbot",
|
||||||
"web",
|
"express"
|
||||||
"vue"
|
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
|
|
Loading…
Reference in New Issue