Files
lobehub/packages/types/package.json
Shinji-Li b1c3b83e42 feat: add the agents and agents group fork feature (#11652)
feat: add the agents and agents group fork feature
2026-01-20 20:35:57 +08:00

23 lines
539 B
JSON

{
"name": "@lobechat/types",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"dependencies": {
"@lobechat/python-interpreter": "workspace:*",
"@lobechat/web-crawler": "workspace:*",
"@lobehub/chat-plugin-sdk": "^1.32.4",
"@lobehub/market-sdk": "0.29.1",
"@lobehub/market-types": "^1.12.3",
"model-bank": "workspace:*",
"type-fest": "^4.41.0",
"zustand": "5.0.4"
},
"peerDependencies": {
"@lobehub/ui": "^4",
"react": "*",
"zod": "^3.25.76"
}
}