mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:31:15 +00:00
25 lines
616 B
JSON
25 lines
616 B
JSON
{
|
|
"name": "@nocobase/plugin-error-handler",
|
|
"version": "0.8.0-alpha.13",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"dependencies": {
|
|
"@formily/json-schema": "^2.0.15",
|
|
"@nocobase/server": "0.8.0-alpha.13"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/plugin-error-handler"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|