{
    "name": "@hodfords/nestjs-exception",
    "version": "11.0.4",
    "description": "A NestJS module for handling and customizing exceptions with ease.",
    "scripts": {
        "prebuild": "rimraf dist",
        "build": "tsc",
        "start:dev": "npm run prebuild && nest start --watch",
        "postbuild": "cp package.json dist/lib && cp README.md dist/lib && cp .npmrc dist/lib",
        "prepare": "is-ci || husky",
        "format": "prettier --write \"lib/**/*.ts\"",
        "cspell": "cspell",
        "lint": "eslint \"lib/**/*.ts\" --fix --max-warnings 0",
        "lint-staged": "lint-staged"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hodfords-solutions/nestjs-exception.git"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/hodfords-solutions/nestjs-exception/issues"
    },
    "homepage": "https://github.com/hodfords-solutions/nestjs-exception#readme",
    "dependencies": {
        "@grpc/grpc-js": "1.14.3"
    },
    "devDependencies": {
        "@hodfords/nestjs-cls-translation": "11.1.0",
        "@hodfords/nestjs-eslint-config": "11.0.2",
        "@hodfords/nestjs-prettier-config": "11.0.1",
        "@nestjs/cli": "11.0.16",
        "@nestjs/common": "11.1.12",
        "@nestjs/platform-express": "^11.1.12",
        "@nestjs/core": "11.1.12",
        "@types/node": "25.2.0",
        "cspell": "9.6.3",
        "eslint": "9.39.2",
        "express": "5.2.1",
        "husky": "9.1.7",
        "is-ci": "4.1.0",
        "lint-staged": "16.2.7",
        "lodash": "4.17.23",
        "rimraf": "6.1.2",
        "rxjs": "7.8.2",
        "typeorm": "0.3.28",
        "typescript": "5.9.3"
    }
}
