forked from crypton-tech/react-native-scanner-zebra
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·83 lines (83 loc) · 2.04 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "react-native-scanner-zebra-enhanced",
"title": "React Native Scanner Zebra enhanced",
"version": "2.0.4",
"description": "React Native module for Zebra barcode scanners",
"homepage": "https://github.com/intellidev1991/react-native-scanner-zebra-enhanced#readme",
"baseUrl": "https://github.com/intellidev1991/react-native-scanner-zebra-enhanced",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/intellidev1991/react-native-scanner-zebra-enhanced.git",
"baseUrl": "https://github.com/intellidev1991/react-native-scanner-zebra-enhanced"
},
"keywords": [
"react-native",
"barcode",
"bluetooth",
"scanner",
"zebra"
],
"author": {
"name": "Crypton",
"email": "info@crypton.nl"
},
"license": "MIT",
"files": [
"android",
"ios",
"lib",
"react-native-scanner-zebra-enhanced.podspec",
"!.DS_Store",
"!.gradle",
"!.idea",
"!build",
"!gradle",
"!*.iml",
"!gradlew",
"!gradlew.bat",
"!local.properties",
"!project.xcworkspace",
"!xcshareddata",
"!xcuserdata"
],
"scripts": {
"compile": "rm -rf lib && tsc -p .",
"lint": "eslint .",
"prepare": "yarn compile",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.14",
"@types/react-native": "^0.63.19",
"@types/react-test-renderer": "^16.9.3",
"babel-jest": "^26.3.0",
"eslint": "^7.9.0",
"eslint-plugin-simple-import-sort": "^5.0.3",
"jest": "^26.4.2",
"metro-react-native-babel-preset": "^0.63.0",
"react": "^16.13.1",
"react-native": "^0.63.2",
"react-test-renderer": "^16.13.1",
"typescript": "^4.0.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}