UNPKG

@sewell_stephens/react-hotkeys

Version:
52 lines (51 loc) 1.22 kB
{ "name": "@sewell_stephens/react-hotkeys", "version": "0.0.1", "description": "Fork of react-hotkeys-hook", "keywords": [ "react-hotkeys-hook" ], "bugs": { "url": "https://github.com/sewellstephens/late/issues" }, "repository": { "type": "git", "url": "https://github.com/sewellstephens/late.git", "directory": "packages/react-hotkeys" }, "license": "MIT", "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "module": "./dist/index.mjs", "require": "./dist/index.js" } }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "scripts": { "brl": "yarn p:brl", "build": "yarn p:build", "build:watch": "yarn p:build:watch", "clean": "yarn p:clean", "lint": "yarn p:lint", "lint:fix": "yarn p:lint:fix", "test": "yarn p:test", "test:watch": "yarn p:test:watch", "typecheck": "yarn p:typecheck" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "publishConfig": { "access": "public" }, "gitHead": "3c69df6d17679bbabc43c4cff3370ae8c70ee466" }