mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
21 lines
474 B
JSON
21 lines
474 B
JSON
{
|
|
"name": "@lobechat/builtin-tool-user-interaction",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./client": "./src/client/index.ts",
|
|
"./executor": "./src/executor/index.ts",
|
|
"./executionRuntime": "./src/ExecutionRuntime/index.ts"
|
|
},
|
|
"main": "./src/index.ts",
|
|
"devDependencies": {
|
|
"@lobechat/types": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@lobehub/ui": "^5",
|
|
"antd": "^6",
|
|
"react": "^19"
|
|
}
|
|
}
|