{
  "name": "@tachybase/plugin-logger",
  "displayName": "Logger",
  "version": "0.21.61",
  "description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
  "keywords": [
    "Logging and monitoring"
  ],
  "license": "Apache-2.0",
  "main": "dist/server/index.js",
  "devDependencies": {
    "@ant-design/icons": "^5.3.7",
    "@types/tar-fs": "^2.0.2",
    "ahooks": "^3.7.2",
    "antd": "5.18.3",
    "react-i18next": "^14.1.2",
    "tar-fs": "^3.0.4"
  },
  "peerDependencies": {
    "@tachybase/actions": "workspace:*",
    "@tachybase/client": "workspace:*",
    "@tachybase/logger": "workspace:*",
    "@tachybase/server": "workspace:*",
    "@tachybase/test": "workspace:*"
  },
  "description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
  "displayName.zh-CN": "日志"
}