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