{
  "name": "@spark-ui/kbd",
  "version": "9.4.8",
  "description": "render a keyboard shortcut",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "@spark-ui",
    "react",
    "component",
    "accessible",
    "accessibility",
    "wai-aria",
    "aria",
    "a11y",
    "kbd",
    "keyboard"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "vite build"
  },
  "dependencies": {
    "class-variance-authority": "0.7.1"
  },
  "peerDependencies": {
    "@spark-ui/theme-utils": "latest",
    "react": "^19.0",
    "react-dom": "^19.0",
    "tailwindcss": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/leboncoin/spark-web.git",
    "directory": "packages/components/kbd"
  },
  "config": {
    "title": "kbd",
    "category": "components"
  },
  "bugs": {
    "url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3A%22Component%3A+kbd%22"
  },
  "homepage": "https://sparkui.vercel.app",
  "license": "MIT",
  "gitHead": "3a8f5a2f87c650895c2475a9cc34d511eba426e4"
}
