{
  "name": "@scalar/client-side-rendering",
  "description": "Client-side rendering for the Scalar API Reference using the CDN",
  "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/client-side-rendering"
  },
  "keywords": [],
  "version": "0.3.0",
  "engines": {
    "node": ">=22"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@scalar/validation": "0.6.0",
    "@scalar/schemas": "0.7.0",
    "@scalar/types": "0.16.0"
  },
  "devDependencies": {
    "vite": "8.0.0"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
    "test": "vitest --run",
    "types:check": "tsgo --noEmit"
  }
}