{
  "name": "@acruzjr/express-http-errors",
  "version": "1.0.2",
  "description": "The easiest way to handle errors in Express.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "version": "git add -A src",
    "postversion": "git push && git push --tags",
    "build": "tsc",
    "test": "tsc ; mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/juninhocruzg3/express-http-errors.git"
  },
  "keywords": [
    "express",
    "http",
    "errors",
    "bad",
    "request",
    "not",
    "found"
  ],
  "author": "juninhocruzg3",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/juninhocruzg3/express-http-errors/issues"
  },
  "homepage": "https://github.com/juninhocruzg3/express-http-errors",
  "files": [
    "lib/**/*"
  ],
  "devDependencies": {
    "@types/express": "^4.17.13",
    "coveralls": "^3.1.1",
    "express": "^4.17.3",
    "istanbul": "^0.4.5",
    "js-yaml": "^4.1.0",
    "mocha": "^9.2.1",
    "mocha-lcov-reporter": "^1.3.0",
    "nodemon": "^2.0.15",
    "sinon": "^13.0.1",
    "typescript": "^4.5.5"
  }
}
