onebeyond/error-handler-module

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "error-handler-module",
  "version": "1.0.7",
  "description": "This module provides handling error methods for different systems.",
  "main": "index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:guidesmiths/error-handler-module.git"
  },
  "keywords": [
    "node",
    "error",
    "handling",
    "jest"
  ],
  "author": "Kevin Martínez (kevin.martinez@guidesmiths.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/guidesmiths/error-handler-module/issues"
  },
  "homepage": "https://github.com/guidesmiths/error-handler-module#readme",
  "dependencies": {
    "debug": "^4.1.1",
    "http-status-codes": "^1.3.2",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@types/express": "^4.17.14",
    "eslint": "^6.3.0",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.17.0",
    "husky": "^3.0.5",
    "jest": "^27.3.1",
    "jest-junit": "^13.0.0",
    "mock-express": "^1.3.1"
  }
}