2022-03-06 04:07:56 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-error-handler",
|
2022-04-20 16:15:38 +00:00
|
|
|
"version": "0.6.2-alpha.12",
|
2022-03-06 04:07:56 +00:00
|
|
|
"description": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm",
|
|
|
|
"build:cjs": "tsc --project tsconfig.build.json",
|
|
|
|
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-20 16:15:38 +00:00
|
|
|
"@nocobase/server": "0.6.2-alpha.12"
|
2022-03-06 04:07:56 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
|
|
"directory": "packages/plugin-error-handler"
|
|
|
|
}
|
|
|
|
}
|