forked from AMI3GOLtd/react-native-honeywell-scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 KB
/
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
{
"name": "rn-honeywell-barcode-scanner",
"title": "React Native Honeywell Scanner-v3",
"version": "1.0.2",
"description": "Bridge to use the Honeywell scanner - fixed gradle classifier issue",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prenzlauerberg/react-native-honeywell-scanner.git",
"baseUrl": "https://github.com/prenzlauerberg/react-native-honeywell-scanner.git"
},
"keywords": [
"react-native",
"honeywell"
],
"author": "prenzlauerberg <[email protected]>",
"bugs": {
"url": "https://github.com/prenzlauerberg/react-native-honeywell-scanner/issues"
},
"homepage": "https://github.com/prenzlauerberg/react-native-honeywell-scanner/#readme",
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "18.*",
"react-native": "0.*"
},
"devDependencies": {
"react": "18.*",
"react-native": "0.*",
"typescript": "^5.6.3"
}
}