{
  "name": "doke-nest",
  "version": "1.0.1",
  "description": "Simple and beautiful API documentation generator for NestJS",
  "author": "vvsogi <vvsogi@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vvsogi/doke.git"
  },
  "bugs": {
    "url": "https://github.com/vvsogi/doke/issues"
  },
  "homepage": "https://github.com/vvsogi/doke#readme",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "yarn node -r typescript/bin/tsc",
    "test": "jest --watch --config ./jest.config.ts",
    "test:verbose": "jest --watch --config --verbose ./jest.config.ts",
    "lint": "eslint . --ext .ts",
    "clean": "rimraf dist",
    "prepare": "npm run build",
    "format": "prettier --write \"src/**/*.ts\""
  },
  "keywords": [
    "nestjs",
    "documentation",
    "api",
    "docs",
    "generator"
  ],
  "peerDependencies": {
    "@nestjs/common": "^10.0.0",
    "@nestjs/core": "^10.0.0"
  },
  "devDependencies": {
    "@nestjs/common": "^10.0.0",
    "@nestjs/core": "^10.0.0",
    "@types/jest": "^29.0.0",
    "@types/node": "^22.13.4",
    "@types/reflect-metadata": "^0.1.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "8.57.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-prettier": "5.1.3",
    "jest": "^29.0.0",
    "prettier": "3.0.3",
    "reflect-metadata": "^0.2.2",
    "rimraf": "^6.0.1",
    "rxjs": "^7.8.1",
    "ts-jest": "^29.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.7.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
