{
  "name": "@fresha/openapi-codegen-server-nestjs",
  "version": "0.5.0",
  "description": "OpenAPI code generation for NestJS servers",
  "main": "build/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/surgeventures/api-tools.git",
    "directory": "packages/openapi-codegen-server-nestjs"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "build:watch": "npm run build -- --watch",
    "check": "run-s lint test",
    "check:fix": "run-s lint:fix test",
    "clean": "rimraf ./build",
    "eslint": "eslint ./src",
    "eslint:fix": "eslint ./src --fix",
    "lint": "run-s eslint typecheck",
    "lint:fix": "run-s eslint:fix typecheck",
    "prebuild": "npm run clean",
    "test": "jest",
    "typecheck": "tsc --noEmit"
  },
  "files": [
    "build/",
    "package.json",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "OpenAPI",
    "code generator",
    "NestJS",
    "TypeScript"
  ],
  "author": "Fresha Engineering",
  "contributors": [
    {
      "name": "Andriy Mykulyak",
      "email": "andriy@fresha.com",
      "url": "https://github.com/mykulyak"
    }
  ],
  "maintainers": [
    {
      "name": "Andriy Mykulyak",
      "email": "andriy@fresha.com",
      "url": "https://github.com/mykulyak"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@fresha/api-tools-core": "^0.7.0",
    "@fresha/code-morph-ts": "^0.3.1",
    "@fresha/openapi-codegen-utils": "^0.4.0",
    "@fresha/openapi-model": "^0.9.0",
    "lodash.camelcase": "^4.3.0",
    "lodash.get": "^4.4.2",
    "lodash.kebabcase": "^4.1.1",
    "lodash.startcase": "^4.4.0",
    "ts-morph": "^17.0.1",
    "typescript": "^5.0.2",
    "yaml": "^2.1.1"
  },
  "devDependencies": {
    "@fresha/eslint-config": "^0.3.0",
    "@fresha/openapi-codegen-test-utils": "^0.4.0",
    "@fresha/typescript-config": "^0.2.0",
    "@types/lodash.camelcase": "^4.3.7",
    "@types/lodash.get": "^4.4.7",
    "@types/lodash.kebabcase": "^4.1.7",
    "@types/lodash.startcase": "^4.4.7",
    "class-transformer": "^0.5.1",
    "class-validator": "^0.13.2",
    "reflect-metadata": "^0.1.13"
  },
  "gitHead": "e5e0d442df5389ac9e1eaf416e56d6e9eafa4995"
}
