@bonsai-components/react-global-keys
Version:
A simple way to add global keys
35 lines (34 loc) • 1.02 kB
JSON
{
"name": "@bonsai-components/react-global-keys",
"version": "2.3.8",
"description": "A simple way to add global keys",
"main": "./dist/index.js",
"license": "(MIT OR Apache-2.0)",
"public": true,
"scripts": {
"build": "cti -b ./src && tsc",
"rebuild": "rm -rf node_modules && rm -f package-lock.json && npm install",
"check-types": "tsc --noEmit",
"prettier-check": "prettier --config package.json --list-different '{,**/}*.{js,ts,json,graphql}'",
"prettier-format": "prettier --config package.json --write '{,**/}*.{js,ts,json,graphql}'"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"author": "Kyle Scully",
"keywords": [
"react",
"global",
"key",
"keys",
"listener",
"commands",
"shortcuts",
"keyboard",
"bonsai",
"bonsai-components"
],
"repository": "https://github.com/zieka/bonsai-components/tree/main/packages/react-global-keys",
"gitHead": "5085aafc57944ade6c951982e3ea71321a8dce2c"
}