{
  "name": "typescript-nestjs-swagger-plugin",
  "version": "2.0.0",
  "description": "@nestjs/swagger ttypescript plugin reduce the amount of boilerplate code required.",
  "keywords": [
    "typescript",
    "ttypescript",
    "nestjs",
    "swagger",
    "@nestjs/swagger",
    "plugin",
    "plugins",
    "transform",
    "transformer"
  ],
  "homepage": "https://github.com/Val-istar-Guo/typescript-nestjs-swagger-plugin#readme",
  "bugs": {
    "url": "https://github.com/Val-istar-Guo/typescript-nestjs-swagger-plugin/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Val-istar-Guo/typescript-nestjs-swagger-plugin.git"
  },
  "license": "MIT",
  "author": "val.istar.guo <val.istar.guo@gmail.com>",
  "main": "lib/index.js",
  "scripts": {
    "prebuild": "npm run clean",
    "build": "tsc",
    "test": "echo 'no-test'",
    "clean": "rm -rf ./lib/*",
    "prepare": "ts-patch install -s & is-ci || husky install",
    "prepublishOnly": "npm test && npm run build",
    "release": "standard-version --no-verify",
    "release:alpha": "standard-version --prerelease alpha",
    "watch": "NODE_ENV=development ttsc -w"
  },
  "devDependencies": {
    "@buka/eslint-config": "^1.3.0",
    "@commitlint/cli": "^17.6.6",
    "@commitlint/config-conventional": "^17.6.6",
    "@nestjs/swagger": "^7.0.10",
    "@rushstack/eslint-patch": "^1.3.2",
    "@types/node": "^18.16.18",
    "eslint": "^8.43.0",
    "husky": "^8.0.3",
    "is-ci": "^3.0.1",
    "standard-version": "^9.5.0",
    "ts-patch": "^3.0.1",
    "typescript": "^5.1.5",
    "typescript-transform-paths": "^3.4.6"
  },
  "peerDependencies": {
    "@nestjs/swagger": "*",
    "typescript": "^5"
  }
}
