use-keyboard-shortcut
Version:
A custom React hook for adding keyboard shortcuts to your application
36 lines (35 loc) • 833 B
JSON
{
"name": "use-keyboard-shortcut",
"version": "1.1.6",
"description": "A custom React hook for adding keyboard shortcuts to your application",
"main": "index.js",
"sideEffects": false,
"scripts": {
"test": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arthurtyukayev/use-keyboard-shortcut.git"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
},
"devDependencies": {
"cypress": "^9.1.1",
"wait-on": "^6.0.0"
},
"keywords": [
"react",
"hooks",
"keyboard",
"shortcut",
"custom"
],
"author": "Arthur Tyukayev",
"license": "MIT",
"bugs": {
"url": "https://github.com/arthurtyukayev/use-keyboard-shortcut/issues"
},
"homepage": "https://github.com/arthurtyukayev/use-keyboard-shortcut#readme"
}