{
  "name": "@nocobase/plugin-error-handler",
  "displayName": "Error handler",
  "version": "0.21.24",
  "description": "Handling application errors and exceptions.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nocobase/nocobase.git",
    "directory": "packages/plugin-error-handler"
  },
  "license": "AGPL-3.0",
  "main": "./dist/server/index.js",
  "devDependencies": {
    "@formily/json-schema": "2.2.27",
    "lodash": "4.17.21",
    "supertest": "^6.1.6"
  },
  "peerDependencies": {
    "@nocobase/client": "workspace:*",
    "@nocobase/database": "workspace:*",
    "@nocobase/server": "workspace:*",
    "@nocobase/test": "workspace:*",
    "@nocobase/utils": "workspace:*"
  },
  "description.zh-CN": "处理应用程序中的错误和异常。",
  "displayName.zh-CN": "错误处理器",
  "gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
}