{
    "name": "@hodfords/nestjs-base-decorator",
    "version": "11.0.2",
    "description": "Provides common decorators for simplifying and standardizing NestJS application development",
    "main": "index.js",
    "scripts": {
        "prebuild": "rimraf dist",
        "start:dev": "npm run prebuild && nest start --watch",
        "build": "tsc",
        "format": "prettier --write \"lib/**/*.ts\"",
        "postbuild": "cp package.json dist/lib && cp README.md dist/lib && cp .npmrc dist/lib",
        "prepare": "is-ci || husky",
        "version": "auto-changelog && git add CHANGELOG.md",
        "release:patch": "git add CHANGELOG.md && npm version patch --tag-version-prefix='' -f -m 'chore: release to %s'",
        "release:push": "git push --no-verify && git push --tags --no-verify",
        "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-base-decorator.git"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/hodfords-solutions/nestjs-base-decorator/issues"
    },
    "homepage": "https://github.com/hodfords-solutions/nestjs-base-decorator#readme",
    "devDependencies": {
        "@hodfords/nestjs-cls-translation": "11.1.0",
        "@hodfords/nestjs-eslint-config": "11.0.2",
        "@hodfords/nestjs-exception": "11.0.2",
        "@hodfords/nestjs-prettier-config": "11.0.1",
        "@hodfords/typeorm-helper": "11.1.4",
        "@nestjs/common": "11.1.12",
        "@nestjs/core": "11.1.12",
        "@nestjs/platform-express": "11.1.12",
        "@nestjs/swagger": "^11.2.5",
        "@nestjs/testing": "11.1.12",
        "@nestjs/typeorm": "11.0.0",
        "@types/lodash": "4.17.23",
        "@types/multer": "2.0.0",
        "@types/node": "25.2.0",
        "@types/uuid": "11.0.0",
        "@types/validator": "13.15.10",
        "auto-changelog": "2.5.0",
        "class-transformer": "0.5.1",
        "class-validator": "0.14.3",
        "cspell": "9.6.3",
        "eslint": "9.39.2",
        "husky": "9.1.7",
        "is-ci": "4.1.0",
        "lint-staged": "16.2.7",
        "lodash": "4.17.23",
        "prettier": "3.8.1",
        "rimraf": "6.1.2",
        "rxjs": "7.8.2",
        "typeorm": "0.3.28",
        "typescript": "5.9.3",
        "uuid": "13.0.0"
    },
    "dependencies": {
        "@nestjs/microservices": "11.1.12",
        "@supercharge/request-ip": "1.2.0",
        "dayjs": "1.11.19"
    },
    "overrides": {
        "lodash": "4.17.23"
    }
}
