UNPKG

sharp-error-handler

Version:

an error handler that integrates with Hapi/boom to manage all server errors through JSON file

29 lines (28 loc) 548 B
{ "name": "sharp-error-handler", "version": "1.1.1", "description": "an error handler that integrates with Hapi/boom to manage all server errors through JSON file", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "boom": "^7.2.0", "lodash": "^4.17.10" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^5.2.0" }, "scripts": { "test": "mocha" }, "keywords": [ "hapi", "boom", "error-handler", "server-errors", "custom-errors" ], "license": "MIT" }