temp: 暂存
This commit is contained in:
34
packages/ai-lang/package.json
Normal file
34
packages/ai-lang/package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "@kevisual/ai-lang",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main2": "dist/index.js",
|
||||
"main": "src/index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"watch": "rollup -c -w"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@abearxiong/router": "0.0.1-alpha.36",
|
||||
"@abearxiong/use-config": "^0.0.2",
|
||||
"@langchain/core": "^0.3.3",
|
||||
"@langchain/langgraph": "^0.2.9",
|
||||
"@langchain/langgraph-checkpoint-mongodb": "^0.0.3",
|
||||
"@langchain/ollama": "^0.1.0",
|
||||
"@langchain/openai": "^0.3.2",
|
||||
"mongodb": "^6.9.0",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^28.0.0",
|
||||
"@rollup/plugin-node-resolve": "^15.3.0",
|
||||
"@rollup/plugin-typescript": "^12.1.0",
|
||||
"@types/node": "^22.7.2",
|
||||
"rollup": "^4.22.4",
|
||||
"ts-lib": "^0.0.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user