{
  "name": "@scalar/openapi-types",
  "description": "Modern OpenAPI types",
  "license": "MIT",
  "author": "Scalar (https://github.com/scalar)",
  "homepage": "https://github.com/scalar/scalar",
  "bugs": "https://github.com/scalar/scalar/issues/new/choose",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scalar/scalar.git",
    "directory": "packages/openapi-types"
  },
  "keywords": [
    "openapi",
    "scalar",
    "swagger",
    "typescript"
  ],
  "version": "0.3.6",
  "engines": {
    "node": ">=20"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./helpers": {
      "import": "./dist/helpers/index.js",
      "types": "./dist/helpers/index.d.ts",
      "default": "./dist/helpers/index.js"
    },
    "./schemas/3.1/processed": {
      "import": "./dist/schemas/3.1/processed/index.js",
      "types": "./dist/schemas/3.1/processed/index.d.ts",
      "default": "./dist/schemas/3.1/processed/index.js"
    },
    "./schemas/3.1/unprocessed": {
      "import": "./dist/schemas/3.1/unprocessed/index.js",
      "types": "./dist/schemas/3.1/unprocessed/index.d.ts",
      "default": "./dist/schemas/3.1/unprocessed/index.js"
    },
    "./schemas/extensions": {
      "import": "./dist/schemas/extensions/index.js",
      "types": "./dist/schemas/extensions/index.d.ts",
      "default": "./dist/schemas/extensions/index.js"
    }
  },
  "files": [
    "dist",
    "!dist/webpack-stats.json",
    "CHANGELOG.md"
  ],
  "sideEffects": false,
  "dependencies": {
    "zod": "3.24.1"
  },
  "devDependencies": {
    "@scalar/build-tooling": "0.2.4"
  },
  "scripts": {
    "build": "scalar-build-esbuild",
    "lint:check": "eslint .",
    "lint:fix": "eslint .  --fix",
    "test": "vite-node scripts/load-files.ts && vitest",
    "test:prepare": "vite-node scripts/load-files.ts",
    "types:build": "scalar-types-build",
    "types:check": "scalar-types-check"
  }
}