{
  "name": "@nestjs/swagger",
  "version": "5.1.4",
  "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.0",
    "lodash": "4.17.21",
    "path-to-regexp": "3.2.0"
  },
  "devDependencies": {
    "@commitlint/cli": "13.2.1",
    "@commitlint/config-angular": "13.2.0",
    "@nestjs/common": "8.1.1",
    "@nestjs/core": "8.1.1",
    "@nestjs/platform-express": "8.1.1",
    "@nestjs/platform-fastify": "8.1.1",
    "@types/jest": "27.0.2",
    "@types/lodash": "4.14.176",
    "@types/node": "14.17.27",
    "@typescript-eslint/eslint-plugin": "5.1.0",
    "@typescript-eslint/parser": "5.1.0",
    "class-transformer": "0.4.0",
    "class-validator": "0.13.1",
    "eslint": "8.0.1",
    "eslint-config-prettier": "8.3.0",
    "eslint-plugin-import": "2.25.2",
    "express": "4.17.1",
    "fastify-swagger": "4.12.5",
    "husky": "7.0.4",
    "jest": "27.3.1",
    "lint-staged": "11.2.3",
    "prettier": "2.4.1",
    "reflect-metadata": "0.1.13",
    "release-it": "14.11.6",
    "swagger-parser": "10.0.3",
    "swagger-ui-express": "4.1.6",
    "ts-jest": "27.0.7",
    "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"
    }
  }
}
