{
  "name": "@tachybase/module-error-handler",
  "displayName": "Error handler",
  "version": "1.6.24",
  "description": "Handling application errors and exceptions.",
  "keywords": [
    "System management"
  ],
  "homepage": "https://github.com/tegojs/tego-standard#readme",
  "bugs": {
    "url": "https://github.com/tegojs/tego-standard/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tegojs/tego-standard",
    "directory": "packages/module-error-handler"
  },
  "license": "Apache-2.0",
  "main": "./dist/server/index.js",
  "dependencies": {},
  "devDependencies": {
    "@tachybase/schema": "1.6.16",
    "@tachybase/test": "1.6.16",
    "@tego/client": "1.6.16",
    "@tego/server": "1.6.16",
    "lodash": "4.17.21",
    "supertest": "^7.1.3",
    "@tachybase/client": "1.6.24"
  },
  "description.zh-CN": "处理应用程序中的错误和异常。",
  "displayName.zh-CN": "错误处理器",
  "scripts": {}
}