{
    "name": "@hodfords/nestjs-swagger-helper",
    "version": "11.1.0-rc.2",
    "description": "A tool for enhancing Swagger documentation in NestJS applications",
    "main": "index.js",
    "dependencies": {
        "@scalar/nestjs-api-reference": "^1.1.4"
    },
    "devDependencies": {
        "@hodfords/nestjs-eslint-config": "11.0.2",
        "@hodfords/nestjs-prettier-config": "11.0.1",
        "@nestjs/common": "11.1.12",
        "@nestjs/core": "11.1.12",
        "@nestjs/platform-express": "11.1.12",
        "@nestjs/swagger": "11.2.5",
        "@types/express-serve-static-core": "5.1.1",
        "@types/node": "25.2.0",
        "auto-changelog": "2.5.0",
        "cspell": "9.6.3",
        "eslint": "9.39.2",
        "husky": "9.1.7",
        "is-ci": "4.1.0",
        "lint-staged": "16.2.7",
        "prettier": "3.8.1",
        "reflect-metadata": "0.2.2",
        "rimraf": "6.1.2",
        "ts-node": "^10.9.2",
        "typescript": "5.9.3"
    },
    "scripts": {
        "prebuild": "rimraf dist",
        "build": "tsc",
        "postbuild": "cp package.json dist && cp README.md dist && cp .npmrc dist",
        "format": "prettier --write \"lib/**/*.ts\"",
        "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 --no-must-find-files lib/**/*.{ts,js}",
        "prepare": "is-ci || husky",
        "lint": "eslint \"lib/**/*.ts\" --fix --max-warnings 0",
        "sample": "ts-node -P sample/tsconfig.json sample/sample.ts"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hodfords-solutions/nestjs-swagger-helper.git"
    },
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/hodfords-solutions/nestjs-swagger-helper/issues"
    },
    "homepage": "https://github.com/hodfords-solutions/nestjs-swagger-helper#readme",
    "overrides": {
        "lodash": "4.17.23"
    }
}
