UNPKG

sharp-error-handler

Version:

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

18 lines (17 loc) 403 B
{ "name": "sharp-error-handler", "version": "1.1.0", "main": "index.js", "description": "an error handler that integrates with Hapi/boom to manage all server errors through JSON file", "dependencies": { "boom": "^7.2.0", "lodash": "^4.17.10" }, "devDependencies": { "mocha": "^4.1.0", "chai": "^4.1.2" }, "scripts": { "test": "./node_modules/mocha/bin/mocha" } }