{ "name": "strong-error-handler", "description": "Error handler for use in development and production environments.", "license": "MIT", "version": "4.0.0", "engines": { "node": ">=10" }, "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.6", "fast-safe-stringify": "^2.0.6", "http-status": "^1.5.0", "js2xmlparser": "^4.0.0", "strong-globalize": "^6.0.5" }, "devDependencies": { "@commitlint/config-conventional": "^12.1.4", "@types/express": "^4.17.13", "chai": "^4.3.6", "eslint": "^7.0.0", "eslint-config-loopback": "^13.1.0", "express": "^4.17.3", "mocha": "^9.0.2", "supertest": "^6.1.4" }, "browser": { "strong-error-handler": false }, "author": "IBM Corp." }