{
  "name": "@visulima/vite-overlay",
  "version": "2.0.18",
  "description": "Improved vite overlay",
  "keywords": [
    "error-handling",
    "error-overlay",
    "overlay",
    "react",
    "source-map",
    "svelte",
    "typescript",
    "visulima",
    "vite",
    "vite-error-overlay",
    "vite-overlay",
    "vite-plugin",
    "vue"
  ],
  "homepage": "https://visulima.com/packages/vite-overlay",
  "bugs": "https://github.com/visulima/visulima/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/visulima/visulima.git",
    "directory": "packages/error-debugging/vite-overlay"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/prisis"
    },
    {
      "type": "consulting",
      "url": "https://anolilab.com/support"
    }
  ],
  "license": "MIT",
  "author": {
    "name": "Daniel Bannert",
    "email": "d.bannert@anolilab.de"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@shikijs/cli": "4.4.3",
    "@shikijs/langs": "^4.4.3",
    "@visulima/error": "6.1.0",
    "csstype": "3.2.3",
    "fastest-levenshtein": "^1.0.16",
    "shiki": "^4.4.3"
  },
  "peerDependencies": {
    "vite": "^6 || ^7 || ^8"
  },
  "engines": {
    "node": "^22.14.0 || >=24.10.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}