mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:46:28 +00:00
28 lines
823 B
JSON
28 lines
823 B
JSON
{
|
|
"name": "@nocobase/plugin-error-handler",
|
|
"displayName": "Error handler",
|
|
"displayName.zh-CN": "错误处理器",
|
|
"description": "Handling application errors and exceptions.",
|
|
"description.zh-CN": "处理应用程序中的错误和异常。",
|
|
"version": "1.2.6-alpha",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@formily/json-schema": "2.x",
|
|
"supertest": "^6.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/database": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x",
|
|
"@nocobase/utils": "1.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/plugin-error-handler"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
|
}
|