Files
lobehub/packages/types/package.json
LiJian 1fece1f8d9 🔨 chore: update the market sdk to 0.31.3 (#12693)
chore: update the market sdk to 0.31.3
2026-03-04 21:50:58 +08:00

23 lines
540 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.31.3",
"@lobehub/market-types": "^1.12.3",
"model-bank": "workspace:*",
"type-fest": "^4.41.0",
"zustand": "5.0.4"
},
"peerDependencies": {
"@lobehub/ui": "^5",
"react": "*",
"zod": "^3.25.76"
}
}