{
  "name": "keyux",
  "version": "0.11.5",
  "description": "Improve keyboard UI of web apps",
  "keywords": [
    "a11y",
    "accessibility",
    "hotkey",
    "keyboard",
    "menu"
  ],
  "license": "MIT",
  "author": "Andrey Sitnik <andrey@sitnik.ru>",
  "repository": "ai/keyux",
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/ai"
    }
  ],
  "type": "module",
  "sideEffects": false,
  "types": "./index.d.ts",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "engines": {
    "node": "^20.0.0 || ^22.0.0 || >=24.0.0"
  }
}
