mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-29 02:03:53 +08:00
b263a83a12
* feat: open-source plugin source code * fix: fdw * feat: update readme.md * fix: gitignore * fix: peerDependencies * fix: remove zh-cn.md * feat: update license * fix: peerDependencies * fix: peerDependencies * test(ai): fix breaking test case of tools loader * fix(verification): dep * fix: deps * fix: version * feat: plugin-comments * fix: deps --------- Co-authored-by: Drol <cgyrock@gmail.com> Co-authored-by: xilesun <2013xile@gmail.com>
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"name": "@nocobase/plugin-error-handler",
|
|
"displayName": "Error handler",
|
|
"displayName.ru-RU": "Обработчик ошибок",
|
|
"displayName.zh-CN": "错误处理器",
|
|
"description.ru-RU": "Обработка ошибок и исключений приложения.",
|
|
"description": "Handling application errors and exceptions.",
|
|
"description.zh-CN": "处理应用程序中的错误和异常。",
|
|
"version": "2.0.2",
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/handbook/error-handler",
|
|
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/error-handler",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/error-handler",
|
|
"devDependencies": {
|
|
"@formily/json-schema": "2.x",
|
|
"supertest": "^6.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/client": "2.x",
|
|
"@nocobase/database": "2.x",
|
|
"@nocobase/server": "2.x",
|
|
"@nocobase/test": "2.x",
|
|
"@nocobase/utils": "2.x"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/plugin-error-handler"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
|
}
|