start
This commit is contained in:
42
package.json
Normal file
42
package.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "attendant-api",
|
||||
"version": "1.0.0",
|
||||
"description": "值班助手小程序 RESTful API 服务",
|
||||
"type": "module",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"dev": "nodemon index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@langchain/anthropic": "^1.4.0",
|
||||
"@langchain/community": "^1.1.28",
|
||||
"@langchain/core": "^1.1.48",
|
||||
"@langchain/deepseek": "^1.0.27",
|
||||
"@langchain/langgraph": "^1.3.2",
|
||||
"@langchain/openai": "^1.4.7",
|
||||
"@langchain/tavily": "^1.2.0",
|
||||
"bcrypt": "^5.1.1",
|
||||
"deepagents": "^1.10.2",
|
||||
"dotenv": "^17.4.2",
|
||||
"koa": "^2.16.4",
|
||||
"koa-bodyparser": "^4.4.1",
|
||||
"koa-cors": "^0.0.16",
|
||||
"koa-router": "^12.0.1",
|
||||
"langchain": "^1.4.2",
|
||||
"lodash": "^4.18.1",
|
||||
"moment": "^2.30.1",
|
||||
"mongoose": "^8.24.0",
|
||||
"node-fetch": "^3.3.2",
|
||||
"winston": "^3.19.0",
|
||||
"ws": "^8.21.0",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"bufferutil": "^4.1.0",
|
||||
"utf-8-validate": "^6.0.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user