{
  "name": "@scalar/api-reference-editor",
  "description": "Editer interface for OpenAPI specs",
  "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/api-reference-editor"
  },
  "keywords": [
    "editor openapi swagger api-reference"
  ],
  "version": "0.2.31",
  "engines": {
    "node": ">=18"
  },
  "type": "module",
  "main": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./css/*.css": {
      "import": "./dist/css/*.css",
      "require": "./dist/css/*.css"
    },
    "./*.css": {
      "import": "./dist/*.css",
      "require": "./dist/*.css"
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "module": "dist/index.js",
  "dependencies": {
    "unhead": "^1.11.11",
    "vue": "^3.5.12",
    "@scalar/api-reference": "1.28.31",
    "@scalar/api-client": "2.3.31",
    "@scalar/oas-utils": "0.2.141",
    "@scalar/types": "0.1.14",
    "@scalar/use-codemirror": "0.11.102",
    "@scalar/use-hooks": "0.1.48"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.0.4",
    "vite": "^5.4.10",
    "vite-svg-loader": "^5.1.0",
    "@scalar/build-tooling": "0.1.19"
  },
  "scripts": {
    "build": "vite build && pnpm types:build && tsc-alias -p tsconfig.build.json",
    "dev": "vite",
    "lint:check": "eslint .",
    "lint:fix": "eslint .  --fix",
    "preview": "vite preview",
    "types:build": "vue-tsc -p tsconfig.build.json",
    "types:check": "vue-tsc --noEmit --skipLibCheck --composite false"
  }
}