2023-12-27 13:56:13 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-logger",
|
|
|
|
"displayName": "Logger",
|
2024-05-22 16:19:19 +08:00
|
|
|
"version": "0.21.32",
|
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"
|
|
|
|
],
|
|
|
|
"homepage": "https://docs.nocobase.com/handbook/logger",
|
2023-12-29 15:49:02 +08:00
|
|
|
"license": "AGPL-3.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": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
|
|
|
|
"displayName.zh-CN": "日志",
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-04-01 13:39:44 +08:00
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/logger"
|
2023-12-27 13:56:13 +08:00
|
|
|
}
|