File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed
packages/react-hotkeys-hook Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-hotkeys-hook" ,
3- "private" : true ,
43 "version" : " 0.0.0" ,
54 "type" : " module" ,
65 "scripts" : {
98 "test" : " vitest" ,
109 "prepublishOnly" : " vitest run && npm run build"
1110 },
11+ "repository" : {
12+ "type" : " git" ,
13+ "url" : " https://github.com/JohannesKlauss/react-keymap-hook.git"
14+ },
15+ "homepage" : " https://johannesklauss.github.io/react-hotkeys-hook/" ,
16+ "author" : " Johannes Klauss" ,
17+ "main" : " dist/index.js" ,
18+ "types" : " dist/index.d.ts" ,
19+ "files" : [
20+ " dist"
21+ ],
22+ "keywords" : [
23+ " react" ,
24+ " hook" ,
25+ " hooks" ,
26+ " component" ,
27+ " hotkey" ,
28+ " shortcut" ,
29+ " keyboard" ,
30+ " shortcuts" ,
31+ " keypress" ,
32+ " hotkeys"
33+ ],
34+ "license" : " MIT" ,
1235 "peerDependencies" : {
1336 "react" : " >=16.8.0" ,
1437 "react-dom" : " >=16.8.0"
You can’t perform that action at this time.
0 commit comments