2023-12-27 05:56:13 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-logger",
|
|
|
|
"displayName": "Logger",
|
|
|
|
"displayName.zh-CN": "日志",
|
2024-02-22 14:19:14 +00:00
|
|
|
"description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
|
2024-02-22 01:29:30 +00:00
|
|
|
"description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
|
2024-04-28 13:24:57 +00:00
|
|
|
"version": "0.21.0-alpha.16",
|
2023-12-29 07:49:02 +00:00
|
|
|
"license": "AGPL-3.0",
|
2023-12-27 05:56:13 +00:00
|
|
|
"main": "dist/server/index.js",
|
2024-03-04 15:02:29 +00:00
|
|
|
"homepage": "https://docs.nocobase.com/handbook/logger",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/logger",
|
2023-12-27 05:56:13 +00:00
|
|
|
"devDependencies": {
|
2023-12-29 01:42:06 +00:00
|
|
|
"@types/tar-fs": "^2.0.2",
|
|
|
|
"tar-fs": "^3.0.4"
|
2023-12-27 05:56:13 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-12-29 01:42:06 +00:00
|
|
|
"@nocobase/actions": "0.x",
|
2023-12-27 05:56:13 +00:00
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
2023-12-29 01:42:06 +00:00
|
|
|
"@nocobase/test": "0.x"
|
2023-12-29 07:49:02 +00:00
|
|
|
},
|
2024-03-04 15:02:29 +00:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-02-05 13:10:48 +00:00
|
|
|
"keywords": [
|
2024-02-22 15:13:31 +00:00
|
|
|
"Logging and monitoring"
|
2024-02-05 13:10:48 +00:00
|
|
|
]
|
2023-12-27 05:56:13 +00:00
|
|
|
}
|