{
  "name": "react-hotkeys-hook",
  "version": "5.2.4",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "test": "vitest",
    "prepublishOnly": "vitest run && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JohannesKlauss/react-keymap-hook.git"
  },
  "homepage": "https://react-hotkeys-hook.vercel.app/",
  "author": "Johannes Klauss",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "hook",
    "hooks",
    "component",
    "hotkey",
    "shortcut",
    "keyboard",
    "shortcuts",
    "keypress",
    "hotkeys"
  ],
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@eslint/js": "9.39.2",
    "@types/react": "19.2.8",
    "@types/react-dom": "19.2.3",
    "@vitejs/plugin-react": "5.1.2",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.1",
    "@testing-library/user-event": "14.6.1",
    "@types/node": "24.10.8",
    "globals": "16.5.0",
    "jsdom": "27.4.0",
    "typescript": "5.9.3",
    "vite": "7.3.1",
    "vitest": "4.0.17",
    "vite-plugin-dts": "4.5.4"
  }
}
