mirror of
https://github.com/nocobase/nocobase
synced 2024-11-17 17:15:38 +00:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
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.11.1-alpha.3",
|
|
"license": "AGPL-3.0",
|
|
"main": "./lib/server/index.js",
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"README.md",
|
|
"README.zh-CN.md",
|
|
"CHANGELOG.md",
|
|
"server.js",
|
|
"server.d.ts",
|
|
"client.js",
|
|
"client.d.ts"
|
|
],
|
|
"devDependencies": {
|
|
"@formily/json-schema": "2.2.26",
|
|
"@nocobase/client": "0.11.1-alpha.3",
|
|
"@nocobase/database": "0.11.1-alpha.3",
|
|
"@nocobase/server": "0.11.1-alpha.3",
|
|
"@nocobase/test": "0.11.1-alpha.3",
|
|
"@nocobase/utils": "0.11.1-alpha.3",
|
|
"supertest": "^6.1.6"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/plugin-error-handler"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|