UNPKG

hotkeys-js

Version:

A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.

47 lines 1.16 kB
{ "name": "hotkeys-js", "description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.", "version": "4.0.3", "type": "module", "main": "dist/hotkeys-js.umd.cjs", "module": "dist/hotkeys-js.js", "browser": "dist/hotkeys-js.min.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/hotkeys-js.js", "require": "./dist/hotkeys-js.umd.cjs", "browser": "./dist/hotkeys-js.min.js", "default": "./dist/hotkeys-js.js" }, "./package.json": "./package.json" }, "files": [ "dist", "doc" ], "keywords": [ "hotkey", "hotkeys", "hotkeys-js", "hotkeysjs", "key", "keys", "keyboard", "shortcuts", "keypress" ], "author": "kenny wong <wowohoo@qq.com>", "license": "MIT", "homepage": "https://jaywcjlove.github.io/hotkeys-js", "funding": "https://jaywcjlove.github.io/#/sponsor", "repository": { "type": "git", "url": "git+https://github.com/jaywcjlove/hotkeys-js.git" }, "overrides": { "react": "^19.2.0", "react-dom": "^19.2.0" } }