{
    "name": "@acusti/use-keyboard-events",
    "version": "0.11.1",
    "description": "React hook that takes keyboard event handlers and attaches them to the document",
    "keywords": [
        "hooks",
        "key-event-listening",
        "keyboard-events",
        "react",
        "react-hooks",
        "ts",
        "typescript",
        "useKeyboardEvents"
    ],
    "homepage": "https://github.com/acusti/uikit/tree/main/packages/use-keyboard-events#readme",
    "bugs": {
        "url": "https://github.com/acusti/uikit/issues"
    },
    "license": "Unlicense",
    "author": "andrew patton <andrew@acusti.ca> (https://www.acusti.ca)",
    "repository": {
        "type": "git",
        "url": "https://github.com/acusti/uikit.git",
        "directory": "packages/use-keyboard-events"
    },
    "files": [
        "dist"
    ],
    "type": "module",
    "sideEffects": false,
    "main": "./dist/useKeyboardEvents.js",
    "types": "./dist/useKeyboardEvents.d.ts",
    "exports": "./dist/useKeyboardEvents.js",
    "scripts": {
        "test": "vitest",
        "build": "vite build && tsc -p tsconfig.build.json",
        "tsc": "tsc --noEmit"
    },
    "devDependencies": {
        "@testing-library/dom": "^10.4.1",
        "@testing-library/react": "^16.3.2",
        "@testing-library/user-event": "^14.6.1",
        "@types/react": "^19.2.17",
        "happy-dom": "^20.4.0",
        "react": "^19.2.7",
        "react-dom": "^19.2.7",
        "typescript": "7.0.1-rc",
        "vite": "^8.0.0-0",
        "vitest": "^4"
    },
    "peerDependencies": {
        "react": "^19 || ~0.0.0-experimental < 0.0.0-f",
        "react-dom": "^19 || ~0.0.0-experimental < 0.0.0-f"
    }
}
