{
  "name": "@b8n/nestjs-rapidoc",
  "version": "1.0.9",
  "description": "NestJS module for RapiDoc",
  "keywords": [
    "nestjs",
    "rapidoc",
    "swagger",
    "openapi",
    "documentation"
  ],
  "author": "Konstantin Tsabolov <ktsabolov@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/tsabolov/nestjs-rapidoc.git"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "prepare": "husky install",
    "lint": "eslint --fix",
    "lint:all": "npm run lint -- .",
    "format": "prettier --write",
    "format:all": "npm run format -- .",
    "lint-staged": "lint-staged",
    "clean": "rimraf dist lib coverage e2e-coverage *.tsbuildinfo",
    "start": "nest start --watch --preserveWatchOutput",
    "build": "tsc -p tsconfig.build.json",
    "test:e2e": "jest --config e2e/jest.config.cjs",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "@fastify/static": "^7.0.3",
    "@nestjs/swagger": "7.3.1",
    "js-yaml": "4.1.0",
    "rapidoc": "9.3.4"
  },
  "devDependencies": {
    "@commitlint/cli": "^19.2.2",
    "@commitlint/config-conventional": "^19.2.2",
    "@nestjs/cli": "^10.3.2",
    "@nestjs/common": "^10.3.7",
    "@nestjs/core": "^10.3.7",
    "@nestjs/platform-express": "^10.3.7",
    "@nestjs/platform-fastify": "^10.3.7",
    "@nestjs/schematics": "^10.1.1",
    "@nestjs/testing": "^10.3.7",
    "@types/jest": "^29.5.12",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.12.7",
    "@types/supertest": "^6.0.2",
    "@typescript-eslint/eslint-plugin": "^7.6.0",
    "@typescript-eslint/parser": "^7.6.0",
    "eslint": "^8.53.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^27.6.0",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-workspaces": "^0.10.0",
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.2",
    "prettier": "^3.2.5",
    "rimraf": "^5.0.5",
    "semantic-release": "^23.0.8",
    "semantic-release-npm-github-publish": "^1.5.5",
    "supertest": "^6.3.4",
    "ts-jest": "^29.1.2",
    "typescript": "^5.4.5"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
