{
  "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.9.7",
  "engines": {
    "node": ">=22"
  },
  "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"
    },
    "./2.0": {
      "types": "./2.0/index.d.ts"
    },
    "./2.0/*": {
      "types": "./2.0/*.d.ts"
    },
    "./3.0": {
      "types": "./3.0/index.d.ts"
    },
    "./3.0/*": {
      "types": "./3.0/*.d.ts"
    },
    "./3.1": {
      "types": "./3.1/index.d.ts"
    },
    "./3.1/*": {
      "types": "./3.1/*.d.ts"
    },
    "./3.2": {
      "types": "./3.2/index.d.ts"
    },
    "./3.2/*": {
      "types": "./3.2/*.d.ts"
    }
  },
  "files": [
    "dist",
    "!dist/webpack-stats.json",
    "2.0",
    "3.0",
    "3.1",
    "3.2",
    "CHANGELOG.md"
  ],
  "sideEffects": false,
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^24.1.0",
    "typescript": "^5.8.3",
    "vitest": "4.1.10"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "test": "vitest --run",
    "types:check": "tsgo --noEmit"
  }
}