tachybase_todo/packages/plugins/@tachybase/plugin-logger/package.json
sealday 242d95bef1 chore(version): release v0.21.81 (#1410)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1410
2024-07-31 03:15:26 +08:00

29 lines
939 B
JSON

{
"name": "@tachybase/plugin-logger",
"displayName": "Logger",
"version": "0.21.81",
"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.19.1",
"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": "日志"
}