mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 22:57:38 +00:00
22 lines
706 B
JSON
22 lines
706 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.9.4-alpha.2",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@formily/json-schema": "^2.0.15",
|
|
"@nocobase/server": "0.9.4-alpha.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/plugin-error-handler"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|