{
"name": "@tachybase/plugin-client",
"displayName": "WEB client",
"version": "0.21.60",
"description": "Provides a client interface for the TachyBase server",
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"antd": "5.18.3",
"cronstrue": "^2.11.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
"description.zh-CN": "为 TachyBase 服务端提供客户端界面",
"displayName.zh-CN": "WEB 客户端"
}