2023-12-27 13:56:13 +08:00
|
|
|
{
|
2024-05-24 01:06:06 +08:00
|
|
|
"name": "@tachybase/plugin-logger",
|
2023-12-27 13:56:13 +08:00
|
|
|
"displayName": "Logger",
|
2024-06-11 12:16:26 +08:00
|
|
|
"version": "0.21.48",
|
2024-02-22 22:19:14 +08:00
|
|
|
"description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"Logging and monitoring"
|
|
|
|
],
|
2024-05-23 12:50:54 +08:00
|
|
|
"license": "Apache-2.0",
|
2023-12-27 13:56:13 +08:00
|
|
|
"main": "dist/server/index.js",
|
|
|
|
"devDependencies": {
|
2024-04-02 18:13:33 +08:00
|
|
|
"@ant-design/icons": "^5.3.6",
|
2023-12-29 09:42:06 +08:00
|
|
|
"@types/tar-fs": "^2.0.2",
|
2024-04-01 13:39:44 +08:00
|
|
|
"ahooks": "^3.7.2",
|
2024-04-10 16:14:26 +08:00
|
|
|
"antd": "5.16.1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"react-i18next": "^11.15.1",
|
2023-12-29 09:42:06 +08:00
|
|
|
"tar-fs": "^3.0.4"
|
2023-12-27 13:56:13 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2024-05-08 16:20:31 +08:00
|
|
|
"@tachybase/actions": "workspace:*",
|
|
|
|
"@tachybase/client": "workspace:*",
|
|
|
|
"@tachybase/logger": "workspace:*",
|
|
|
|
"@tachybase/server": "workspace:*",
|
|
|
|
"@tachybase/test": "workspace:*"
|
2023-12-29 15:49:02 +08:00
|
|
|
},
|
2024-04-01 13:39:44 +08:00
|
|
|
"description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
|
2024-05-24 13:06:59 +08:00
|
|
|
"displayName.zh-CN": "日志"
|
2023-12-27 13:56:13 +08:00
|
|
|
}
|