UNPKG

tt-express-error-handlers

Version:

Error handler middleware for handling specific error levels in express

29 lines (28 loc) 734 B
{ "name": "tt-express-error-handlers", "version": "0.0.30", "description": "Error handler middleware for handling specific error levels in express", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "lint": "tslint -p tsconfig.json", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "compile": "tsc", "build": "yarn run lint && yarn run format && yarn run compile", "test": "echo \"Error: no test specified\" && exit 0" }, "files": [ "lib/**/*" ], "keywords": [ "middle-ware", "express", "tt" ], "author": "CLR", "license": "ISC", "dependencies": { "@types/winston": "^2.4.4" }, "gitHead": "472099a3eb955ba6aaa0606a28fc17b4bc536b57" }