react-keybinder
Version:
🚀 A simple React hook for handling keyboard shortcuts and keybindings effortlessly.
49 lines (48 loc) • 1.1 kB
JSON
{
"name": "react-keybinder",
"version": "1.0.0",
"description": "🚀 A simple React hook for handling keyboard shortcuts and keybindings effortlessly.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"No tests specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"keybinder",
"keyboard",
"hooks",
"react-hooks",
"keyboard-shortcuts"
],
"author": "SanmiHQ",
"license": "MIT",
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^5.8.2"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/sanmihq/react-keybinder.git"
},
"bugs": {
"url": "https://github.com/sanmihq/react-keybinder/issues"
},
"homepage": "https://github.com/sanmihq/react-keybinder#readme"
}