sealday
242d95bef1
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1410
23 lines
687 B
JSON
23 lines
687 B
JSON
{
|
|
"name": "@tachybase/plugin-error-handler",
|
|
"displayName": "Error handler",
|
|
"version": "0.21.81",
|
|
"description": "Handling application errors and exceptions.",
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@formily/json-schema": "2.3.1",
|
|
"lodash": "4.17.21",
|
|
"supertest": "^6.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*",
|
|
"@tachybase/utils": "workspace:*"
|
|
},
|
|
"description.zh-CN": "处理应用程序中的错误和异常。",
|
|
"displayName.zh-CN": "错误处理器"
|
|
}
|