forked from darryncampbell/react-native-datawedge-intents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 989 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
{
"name": "react-native-datawedge-intents",
"version": "0.1.8",
"description": "React Native Android module to interface with Zebra's DataWedge using Android Intents to control the barcode scanner and retrieve scanned data",
"main": "index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"react-native",
"react-component",
"zebra",
"dataWedge",
"scanning",
"industrial-mobility",
"tc55",
"tc8000",
"mc40",
"tc75",
"tc70",
"data-capture"
],
"author": "Darryn Campbell",
"license": "MIT",
"repository": "https://github.com/darryncampbell/react-native-datawedge-intents",
"bugs": "https://github.com/darryncampbell/react-native-datawedge-intents/issues",
"peerDependencies": {
"react-native": ">=0.56"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.32.0"
}
}