{
  "name": "@rtk-query/codegen-openapi",
  "version": "2.2.0",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "module": "lib/index.mjs",
  "author": "Lenz Weber",
  "license": "MIT",
  "sideEffects": false,
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./lib/index.d.mts",
        "default": "./lib/index.mjs"
      },
      "default": {
        "types": "./lib/index.d.ts",
        "default": "./lib/index.js"
      }
    },
    "./cli": "./lib/bin/cli.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reduxjs/redux-toolkit.git"
  },
  "bugs": {
    "url": "https://github.com/reduxjs/redux-toolkit/issues"
  },
  "homepage": "https://redux-toolkit.js.org",
  "bin": {
    "rtk-query-codegen-openapi": "lib/bin/cli.mjs"
  },
  "scripts": {
    "build": "yarn clean && tsup && chmod +x lib/bin/cli.mjs",
    "clean": "rimraf lib",
    "prepack": "yarn build && chmod +x lib/bin/cli.mjs",
    "format": "prettier --write \"src/**/*.ts\"",
    "test:update": "vitest --run --update",
    "test:update:enum": "lib/bin/cli.mjs test/config.example.enum.ts",
    "test": "vitest --run --typecheck",
    "test:watch": "vitest --watch",
    "cli": "esr src/bin/cli.ts"
  },
  "files": [
    "lib",
    "src"
  ],
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-typescript": "^7.12.7",
    "@oazapfts/runtime": "^1.0.3",
    "@reduxjs/toolkit": "^1.6.0",
    "@types/commander": "^2.12.2",
    "@types/glob-to-regexp": "^0.4.0",
    "@types/lodash.camelcase": "^4.3.9",
    "@types/node": "^20.11.10",
    "@types/semver": "^7.3.9",
    "chalk": "^4.1.0",
    "del": "^6.0.0",
    "esbuild": "^0.25.1",
    "esbuild-runner": "^2.2.1",
    "husky": "^4.3.6",
    "msw": "^2.1.5",
    "node-fetch": "^3.3.2",
    "openapi-types": "^9.1.0",
    "pretty-quick": "^4.0.0",
    "rimraf": "^5.0.5",
    "ts-node": "^10.9.2",
    "tsup": "^8.4.0",
    "vite-tsconfig-paths": "^5.0.1",
    "vitest": "^2.0.5",
    "yalc": "^1.0.0-pre.47"
  },
  "dependencies": {
    "@apidevtools/swagger-parser": "^10.1.1",
    "commander": "^6.2.0",
    "lodash.camelcase": "^4.3.0",
    "oazapfts": "^6.3.0",
    "prettier": "^3.2.5",
    "semver": "^7.3.5",
    "swagger2openapi": "^7.0.4",
    "typescript": "^5.8.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  }
}
