{
  "name": "@redocly/openapi-core",
  "version": "2.25.4",
  "description": "",
  "type": "module",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "import": "./lib/index.js",
      "require": "./lib/index.js",
      "types": "./lib/index.d.ts"
    },
    "./lib/bundle-oas": {
      "import": "./lib/bundle/bundle-oas.js",
      "require": "./lib/bundle/bundle-oas.js",
      "types": "./lib/bundle/bundle-oas.d.ts"
    }
  },
  "engines": {
    "node": ">=22.12.0 || >=20.19.0 <21.0.0",
    "npm": ">=10"
  },
  "engineStrict": true,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Redocly/redocly-cli.git"
  },
  "browser": {
    "fs": false,
    "path": "path-browserify",
    "os": false,
    "node:fs": false,
    "node:path": "path-browserify",
    "node:os": false,
    "node:url": false,
    "node:module": false,
    "colorette": false
  },
  "homepage": "https://github.com/Redocly/redocly-cli",
  "keywords": [
    "linter",
    "OpenAPI",
    "Swagger",
    "OpenAPI linter",
    "Swagger linter",
    "AsyncAPI linter",
    "Arazzo linter",
    "oas"
  ],
  "contributors": [
    "Roman Hotsiy <roman@redocly.com> (https://redocly.com/)"
  ],
  "dependencies": {
    "@redocly/ajv": "^8.18.0",
    "@redocly/config": "^0.46.0",
    "ajv": "npm:@redocly/ajv@8.18.0",
    "ajv-formats": "^3.0.1",
    "colorette": "^1.2.0",
    "js-levenshtein": "^1.1.6",
    "js-yaml": "^4.1.0",
    "picomatch": "^4.0.4",
    "pluralize": "^8.0.0",
    "yaml-ast-parser": "0.0.43"
  },
  "devDependencies": {
    "@types/js-levenshtein": "^1.1.0",
    "@types/js-yaml": "^4.0.3",
    "@types/picomatch": "^4.0.2",
    "@types/pluralize": "^0.0.29",
    "json-schema-to-ts": "^3.1.0",
    "typescript": "5.9.3"
  }
}
