forked from markjaniczak/use-scan-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 887 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
36
37
38
39
40
{
"name": "use-scan-detection",
"version": "0.2.3",
"description": "A react hook for detecting barcode scanner input.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [
"barcode",
"upc",
"ean",
"scan"
],
"repository": {
"type": "git",
"url": "https://github.com/markjaniczak/use-scan-detection"
},
"author": {
"email": "mark@janiczak.me",
"name": "Mark Janiczak",
"url": "https://mark.janiczak.me"
},
"license": "MIT",
"peerDependencies": {
"react": "^16.11.0"
},
"devDependencies": {
"@testing-library/react-hooks": "^3.1.1",
"@types/jest": "^24.0.20",
"@types/react": "^16.9.11",
"jest": "^24.9.0",
"react": "^16.11.0",
"react-test-renderer": "^16.11.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4"
}
}