{
  "name": "strong-error-handler",
  "description": "Error handler for use in development and production environments.",
  "license": "MIT",
  "version": "5.0.29",
  "engines": {
    "node": ">=16"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/loopbackio/strong-error-handler.git"
  },
  "main": "lib/handler.js",
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "test": "mocha",
    "posttest": "npm run lint"
  },
  "dependencies": {
    "accepts": "^1.3.8",
    "debug": "^4.4.3",
    "fast-safe-stringify": "^2.1.1",
    "handlebars": "^4.7.8",
    "http-status": "^1.8.1",
    "js2xmlparser": "^5.0.0",
    "strong-globalize": "^6.0.6"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.4.3",
    "@commitlint/config-conventional": "^20.4.3",
    "@eslint/eslintrc": "^3.3.5",
    "@types/express": "^5.0.6",
    "chai": "^6.2.2",
    "eslint": "^9.39.4",
    "eslint-config-loopback": "^13.1.0",
    "eslint-plugin-mocha": "^10.5.0",
    "express": "^5.2.1",
    "lockfile-lint": "^5.0.0",
    "mocha": "^10.8.2",
    "supertest": "^7.2.2"
  },
  "browser": {
    "strong-error-handler": false
  },
  "author": "IBM Corp."
}
