{
  "name": "@orval/core",
  "version": "7.21.0",
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "!dist/**/*.d.ts.map"
  ],
  "scripts": {
    "build": "tsdown --config-loader unconfig",
    "dev": "tsdown --config-loader unconfig --watch src",
    "lint": "eslint .",
    "test": "vitest",
    "clean": "rimraf .turbo dist",
    "nuke": "rimraf .turbo dist node_modules"
  },
  "devDependencies": {
    "@faker-js/faker": "^9.9.0",
    "@types/debug": "^4.1.12",
    "@types/esutils": "^2.0.2",
    "@types/fs-extra": "^11.0.4",
    "@types/lodash.isempty": "^4.4.9",
    "@types/lodash.uniq": "^4.5.9",
    "@types/lodash.uniqby": "^4.7.9",
    "@types/lodash.uniqwith": "^4.5.9",
    "@types/micromatch": "^4.0.9",
    "@types/swagger2openapi": "^7.0.4",
    "eslint": "^9.38.0",
    "openapi-types": "^12.1.3",
    "rimraf": "^6.0.1",
    "tsdown": "^0.15.8",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "dependencies": {
    "@apidevtools/swagger-parser": "^12.1.0",
    "@ibm-cloud/openapi-ruleset": "^1.33.1",
    "@stoplight/spectral-core": "^1.20.0",
    "acorn": "^8.15.0",
    "chalk": "^4.1.2",
    "compare-versions": "^6.1.1",
    "debug": "^4.4.3",
    "esbuild": "^0.25.11",
    "esutils": "2.0.3",
    "fs-extra": "^11.3.1",
    "globby": "11.1.0",
    "lodash.isempty": "^4.4.0",
    "lodash.uniq": "^4.5.0",
    "lodash.uniqby": "^4.7.0",
    "lodash.uniqwith": "^4.5.0",
    "micromatch": "^4.0.8",
    "openapi3-ts": "4.5.0",
    "swagger2openapi": "^7.0.8",
    "typedoc": "^0.28.14"
  }
}