strong-error-handler/package.json

43 lines
1016 B
JSON
Raw Normal View History

{
"name": "strong-error-handler",
"description": "Error handler for use in development and production environments.",
"license": "MIT",
"version": "5.0.0",
"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",
"ejs": "^3.1.9",
"fast-safe-stringify": "^2.1.1",
"http-status": "^1.6.2",
"js2xmlparser": "^5.0.0",
"strong-globalize": "^6.0.6"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.7.0",
"@types/express": "^4.17.17",
"chai": "^4.3.7",
"eslint": "^8.47.0",
"eslint-config-loopback": "^13.1.0",
"express": "^4.18.2",
"mocha": "^10.2.0",
"supertest": "^6.3.3"
2016-05-27 15:04:20 +00:00
},
"browser": {
"strong-error-handler": false
2016-12-09 19:17:57 +00:00
},
2019-05-09 12:51:57 +00:00
"author": "IBM Corp."
}