{
  "name": "syntax-highlight-element",
  "version": "1.2.0",
  "description": "Syntax Highlighting using the CSS Custom Highlight API",
  "license": "MIT",
  "funding": "https://github.com/andreruffert/syntax-highlight-element?sponsor=1",
  "homepage": "https://andreruffert.github.io/syntax-highlight-element/",
  "author": {
    "name": "André Ruffert",
    "url": "https://andreruffert.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/syntax-highlight-element.js"
    },
    "./themes/*": "./dist/themes/*",
    "./tokenizer/*": "./dist/tokenizer/*"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "dev:docs": "vite --config vite.docs.config.js",
    "build": "vite build && vite build --config vite.themes.config.js && vite build --config vite.tokenizer.config.js",
    "preview": "vite preview",
    "test": "vitest",
    "format": "biome check --write",
    "lint": "biome ci",
    "prepublishOnly": "npm run build",
    "version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
  },
  "devDependencies": {
    "@biomejs/biome": "2.1.3",
    "@vitest/browser": "3.2.4",
    "conventional-changelog-cli": "5.0.0",
    "playwright": "1.54.2",
    "vite": "7.0.6",
    "vitest": "3.2.4"
  },
  "volta": {
    "node": "22.13.1",
    "npm": "11.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andreruffert/syntax-highlight-element.git"
  },
  "bugs": {
    "url": "https://github.com/andreruffert/syntax-highlight-element/issues"
  },
  "keywords": [
    "syntax",
    "highlight",
    "CSS Custom Highlight API",
    "custom element",
    "web component"
  ]
}
