{
  "name": "@nestjs/swagger",
  "version": "5.2.1",
  "description": "Nest - modern, fast, powerful node.js web framework (@swagger)",
  "author": "Kamil Mysliwiec",
  "license": "MIT",
  "repository": "https://github.com/nestjs/swagger",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "format": "prettier \"lib/**/*.ts\" --write",
    "lint": "eslint 'lib/**/*.ts' --fix",
    "prepublish:next": "npm run build",
    "publish:next": "npm publish --access public --tag next",
    "prepublish:npm": "npm run build",
    "publish:npm": "npm publish --access public",
    "test": "jest",
    "test:dev": "jest --watch",
    "test:e2e": "jest --config e2e/jest-e2e.json",
    "prerelease": "npm run build",
    "release": "release-it"
  },
  "dependencies": {
    "@nestjs/mapped-types": "1.0.1",
    "lodash": "4.17.21",
    "path-to-regexp": "3.2.0"
  },
  "devDependencies": {
    "@commitlint/cli": "16.2.3",
    "@commitlint/config-angular": "16.2.3",
    "@nestjs/common": "8.4.2",
    "@nestjs/core": "8.4.2",
    "@nestjs/platform-express": "8.4.2",
    "@nestjs/platform-fastify": "8.4.2",
    "@types/jest": "27.4.1",
    "@types/lodash": "4.14.180",
    "@types/node": "16.11.26",
    "@typescript-eslint/eslint-plugin": "5.16.0",
    "@typescript-eslint/parser": "5.16.0",
    "class-transformer": "0.5.1",
    "class-validator": "0.13.2",
    "eslint": "8.11.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.25.4",
    "express": "4.17.3",
    "fastify-swagger": "5.0.0",
    "husky": "7.0.4",
    "jest": "27.5.1",
    "lint-staged": "12.3.7",
    "prettier": "2.6.1",
    "reflect-metadata": "0.1.13",
    "release-it": "14.13.1",
    "swagger-parser": "10.0.3",
    "swagger-ui-express": "4.3.0",
    "ts-jest": "27.1.4",
    "typescript": "4.3.5"
  },
  "peerDependencies": {
    "@nestjs/common": "^8.0.0",
    "@nestjs/core": "^8.0.0",
    "fastify-swagger": "*",
    "reflect-metadata": "^0.1.12",
    "swagger-ui-express": "*"
  },
  "peerDependenciesMeta": {
    "fastify-swagger": {
      "optional": true
    },
    "swagger-ui-express": {
      "optional": true
    }
  },
  "lint-staged": {
    "*.ts": [
      "prettier --write",
      "git add -f"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -c .commitlintrc.json -E HUSKY_GIT_PARAMS"
    }
  }
}
