-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
35 lines (35 loc) · 833 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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": "^7.2.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"
}