nocobase/packages/plugins/error-handler/package.json
2023-06-27 13:50:59 +08:00

22 lines
707 B
JSON

{
"name": "@nocobase/plugin-error-handler",
"displayName": "error handler",
"displayName.zh-CN": "错误处理",
"description": "Managing and handling errors and exceptions in an application.",
"description.zh-CN": "管理和处理应用程序中的错误和异常。",
"version": "0.10.0-alpha.4",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@formily/json-schema": "2.2.26",
"@nocobase/server": "0.10.0-alpha.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/plugin-error-handler"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}