2022-03-06 04:07:56 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-error-handler",
|
2023-05-29 03:06:54 +00:00
|
|
|
"displayName": "error handler",
|
|
|
|
"displayName.zh-CN": "错误处理",
|
|
|
|
"description": "Managing and handling errors and exceptions in an application.",
|
|
|
|
"description.zh-CN": "管理和处理应用程序中的错误和异常。",
|
2023-06-20 03:48:02 +00:00
|
|
|
"version": "0.10.0-alpha.1",
|
2023-01-11 03:58:47 +00:00
|
|
|
"license": "AGPL-3.0",
|
2022-03-06 04:07:56 +00:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"dependencies": {
|
2023-06-06 11:33:04 +00:00
|
|
|
"@formily/json-schema": "2.2.24",
|
2023-06-20 03:48:02 +00:00
|
|
|
"@nocobase/server": "0.10.0-alpha.1"
|
2022-03-06 04:07:56 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
|
|
"directory": "packages/plugin-error-handler"
|
2022-04-25 06:47:13 +00:00
|
|
|
},
|
2022-11-04 13:23:02 +00:00
|
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
2022-03-06 04:07:56 +00:00
|
|
|
}
|