{
  "name": "@soft-stech/openapi-generate",
  "version": "4.2.0",
  "description": "Generate Kubernetes models from OpenAPI schema.",
  "repository": {
    "type": "git",
    "url": "https://github.com/tommy351/kubernetes-models-ts.git"
  },
  "homepage": "https://github.com/tommy351/kubernetes-models-ts/tree/master/utils/openapi-generate",
  "author": "Tommy Chen <tommy351@gmail.com>",
  "license": "MIT",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.mjs",
    "require": "./dist/index.js"
  },
  "bin": {
    "openapi-generate": "bin/openapi-generate.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "kubernetes",
    "kubernetes-models",
    "openapi"
  ],
  "files": [
    "/bin/",
    "/dist/"
  ],
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "case": "^1.6.3",
    "lodash": "^4.17.21",
    "ts-to-zod": "4.0.1",
    "tslib": "^2.4.0",
    "yargs": "^17.6.0",
    "zod": "4.1.11",
    "@soft-stech/string-util": "^4.1.0",
    "@soft-stech/read-input": "^4.1.0",
    "@soft-stech/generate": "^4.0.0"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.186",
    "@types/yargs": "^17.0.13",
    "tsc-multi": "1.1.0",
    "typescript": "5.8.3"
  },
  "scripts": {
    "build": "tsc-multi --config ../../tsc-multi.json"
  }
}