{
  "name": "@algoan/nestjs-http-exception-filter",
  "version": "1.2.0",
  "description": "A simple http exception filter for NestJS applications",
  "keywords": [
    "nestjs",
    "typescript",
    "algoan",
    "filter"
  ],
  "author": "diephil",
  "homepage": "https://github.com/algoan/nestjs-components/tree/master/packages/http-exception-filter#readme",
  "license": "ISC",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist/src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/algoan/nestjs-components.git",
    "directory": "packages/http-exception-filter"
  },
  "scripts": {
    "build": "tsc -p .",
    "test": "jest",
    "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --config ./jest.config.js",
    "test:cov": "jest --coverage"
  },
  "bugs": {
    "url": "https://github.com/algoan/nestjs-components/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "peerDependencies": {
    "@nestjs/common": ">=8",
    "@nestjs/core": ">=8",
    "@nestjs/platform-express": ">=8",
    "class-validator": "*",
    "express": ">=4",
    "rxjs": ">=7"
  },
  "gitHead": "5e4e95a9183a26f18f4d0d915f8904130be4682b"
}
