2023-12-27 13:56:13 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-logger",
|
|
|
|
"displayName": "Logger",
|
|
|
|
"displayName.zh-CN": "日志",
|
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-02-22 09:29:30 +08:00
|
|
|
"description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
|
2024-03-20 14:47:28 +08:00
|
|
|
"version": "0.20.0-alpha.15",
|
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",
|
2024-03-04 23:02:29 +08:00
|
|
|
"homepage": "https://docs.nocobase.com/handbook/logger",
|
|
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/logger",
|
2023-12-27 13:56:13 +08:00
|
|
|
"devDependencies": {
|
2023-12-29 09:42:06 +08:00
|
|
|
"@types/tar-fs": "^2.0.2",
|
|
|
|
"tar-fs": "^3.0.4"
|
2023-12-27 13:56:13 +08:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-12-29 09:42:06 +08:00
|
|
|
"@nocobase/actions": "0.x",
|
2023-12-27 13:56:13 +08:00
|
|
|
"@nocobase/client": "0.x",
|
|
|
|
"@nocobase/server": "0.x",
|
2023-12-29 09:42:06 +08:00
|
|
|
"@nocobase/test": "0.x"
|
2023-12-29 15:49:02 +08:00
|
|
|
},
|
2024-03-04 23:02:29 +08:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
2024-02-05 21:10:48 +08:00
|
|
|
"keywords": [
|
2024-02-22 23:13:31 +08:00
|
|
|
"Logging and monitoring"
|
2024-02-05 21:10:48 +08:00
|
|
|
]
|
2023-12-27 13:56:13 +08:00
|
|
|
}
|