Sfoglia il codice sorgente

更新配置文件

李富豪 1 anno fa
parent
commit
72233d7519
1 ha cambiato i file con 7 aggiunte e 3 eliminazioni
  1. 7 3
      package.json

+ 7 - 3
package.json

@@ -1,7 +1,11 @@
 {
-  "name": "nextchat",
-  "private": false,
-  "license": "mit",
+  "name": "chat-client-web",
+  "version": "1.0.0",
+  "private": true,
+  "author": "李富豪",
+  "description": "AI问答-客户端",
+  "type": "module",
+  "license": "MIT",
   "scripts": {
     "mask": "npx tsx app/masks/build.ts",
     "mask:watch": "npx watch \"yarn mask\" app/masks",