{
  "name": "@openapi-codegen/cli",
  "version": "3.1.0",
  "description": "OpenAPI Codegen cli",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "module",
  "bin": {
    "openapi-codegen": "lib/cli.js"
  },
  "repository": {
    "url": "https://github.com/fabien0102/openapi-codegen",
    "directory": "cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Fabien Bernard",
  "keywords": [
    "openapi",
    "codegen",
    "plugin",
    "typescript"
  ],
  "license": "MIT",
  "scripts": {
    "watch": "tsup src/index.ts src/cli.ts --outDir lib --format esm --watch",
    "prebuild": "pnpm --workspace-root tsc --emitDeclarationOnly --declaration -p cli/tsconfig.package.json",
    "build": "tsup src/index.ts src/cli.ts --outDir lib --format esm",
    "prepublishOnly": "pnpm build"
  },
  "files": [
    "lib",
    "README.md"
  ],
  "dependencies": {
    "@clack/prompts": "^0.9.1",
    "@octokit/request": "^9.2.2",
    "@swc/core": "^1.2.118",
    "case": "^1.6.3",
    "cli-highlight": "^2.1.11",
    "clipanion": "^4.0.0-rc.4",
    "fs-extra": "^10.0.0",
    "got": "^12.0.0",
    "got-fetch": "^5.1.1",
    "js-yaml": "^4.1.0",
    "openapi3-ts": "^2.0.1",
    "prettier": "^3.2.5",
    "slash": "^4.0.0",
    "swagger2openapi": "^7.0.8",
    "tslib": "^2.3.1",
    "typanion": "^3.14.0",
    "typescript": "5.7.3"
  },
  "devDependencies": {
    "@swc-node/register": "^1.4.0",
    "@types/fs-extra": "^9.0.13",
    "@types/js-yaml": "^4.0.3",
    "@types/nock": "^11.1.0",
    "@types/prettier": "^3.0.0",
    "@types/slash": "^3.0.0",
    "nock": "^13.2.1",
    "react": "^18.3.1",
    "tsup": "^8.3.5"
  },
  "gitHead": "934de555052ad1ecf926ac332912e9b484b10f7b"
}
