45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "strong-error-handler",
|
|
"description": "Error handler for use in development and production environments.",
|
|
"license": "MIT",
|
|
"version": "5.0.7",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/loopbackio/strong-error-handler.git"
|
|
},
|
|
"main": "lib/handler.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "mocha",
|
|
"posttest": "npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"accepts": "^1.3.8",
|
|
"debug": "^4.3.4",
|
|
"fast-safe-stringify": "^2.1.1",
|
|
"handlebars": "^4.7.8",
|
|
"http-status": "^1.7.4",
|
|
"js2xmlparser": "^5.0.0",
|
|
"strong-globalize": "^6.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.3.0",
|
|
"@commitlint/config-conventional": "^19.2.2",
|
|
"@types/express": "^4.17.21",
|
|
"chai": "^5.1.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-loopback": "^13.1.0",
|
|
"express": "^4.19.2",
|
|
"lockfile-lint": "^4.13.2",
|
|
"mocha": "^10.4.0",
|
|
"supertest": "^7.0.0"
|
|
},
|
|
"browser": {
|
|
"strong-error-handler": false
|
|
},
|
|
"author": "IBM Corp."
|
|
}
|