forked from id-group/esb24-honeywell-scanner
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 KB
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": "react-native-honeywell-scanner-v2",
"title": "React Native Honeywell Scanner-v2",
"version": "1.1.6",
"description": "Bridge to use the Honeywell scanner",
"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/AMI3GOLtd/react-native-honeywell-scanner.git",
"baseUrl": "https://github.com/AMI3GOLtd/react-native-honeywell-scanner.git"
},
"keywords": [
"react-native",
"honeywell"
],
"author": "AMI3GO Ltd <enquiry@ami3go.com>",
"contributors": [
"AMI3GO Ltd <enquiry@ami3go.com> (https://ami3go.com)"
],
"bugs": {
"url": "https://github.com/AMI3GOLtd/react-native-honeywell-scanner/issues"
},
"homepage": "https://github.com/AMI3GOLtd/react-native-honeywell-scanner#readme",
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "18.*",
"react-native": "0.*"
},
"devDependencies": {
"react": "18.*",
"react-native": "0.*"
}
}