Lagrange.RagBot/package.json
2024-05-29 20:58:45 +08:00

27 lines
610 B
JSON

{
"name": "qq-rag-llm",
"version": "1.0.0",
"author": {
"name": "锦恢",
"email": "1193466151@qq.com"
},
"description": "用于QQ通信的 RAG LLM 机器人",
"main": "./dist/main.js",
"scripts": {
"build": "tsc",
"start": "serve dist",
"serve": "tsc -w & serve dist"
},
"dependencies": {
"@types/node": "^20.12.12",
"axios": "^1.7.2",
"ws": "^8.17.0",
"yaml": "^2.4.2"
},
"devDependencies": {
"@types/ws": "^8.5.10",
"serve": "^14.2.3",
"typescript": "^5.4.5"
}
}