mirror of
https://github.com/SMNETSTUDIO/WeChat-AI.git
synced 2026-08-12 22:23:42 +08:00
31 lines
795 B
JSON
31 lines
795 B
JSON
{
|
|
"name": "@wechat-ai/api",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"start": "tsx src/index.ts",
|
|
"build": "tsc -p tsconfig.json",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"ilink:login": "tsx src/cli-login.ts",
|
|
"diag": "tsx src/cli-doctor.ts",
|
|
"test": "node --import tsx --test src/**/*.test.ts"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/compress": "^8.0.1",
|
|
"@wechat-ai/core": "workspace:*",
|
|
"@wechat-ai/db": "workspace:*",
|
|
"@wechat-ai/ilink": "workspace:*",
|
|
"@wechat-ai/llm": "workspace:*",
|
|
"dotenv": "^16.4.7",
|
|
"fastify": "^5.2.1",
|
|
"tsx": "^4.19.3",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.10",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|