{
  "name": "@scalar/schemas",
  "description": "Schemas for Scalar packages",
  "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/schemas"
  },
  "keywords": [
    "schemas",
    "scalar"
  ],
  "version": "0.7.0",
  "engines": {
    "node": ">=22"
  },
  "type": "module",
  "exports": {
    "./api-reference": {
      "import": "./dist/api-reference/index.js",
      "types": "./dist/api-reference/index.d.ts",
      "default": "./dist/api-reference/index.js"
    },
    "./asyncapi/3.1": {
      "import": "./dist/asyncapi/3.1/index.js",
      "types": "./dist/asyncapi/3.1/index.d.ts",
      "default": "./dist/asyncapi/3.1/index.js"
    },
    "./openapi/3.1": {
      "import": "./dist/openapi/3.1/index.js",
      "types": "./dist/openapi/3.1/index.d.ts",
      "default": "./dist/openapi/3.1/index.js"
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@scalar/helpers": "0.9.0",
    "@scalar/validation": "0.6.0"
  },
  "devDependencies": {
    "vitest": "4.1.0",
    "@scalar/types": "0.16.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "test": "vitest --run",
    "types:check": "tsc --noEmit",
    "types:generate": "tsx scripts/generate-types.ts",
    "types:generate:stage": "tsx scripts/stage-generated-types.ts"
  }
}