-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.59 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
{
"name": "react-native-thermal-receipt-printer-image-qr",
"version": "0.1.11",
"description": "Fork of react-native-thermal-receipt-printer. A React Native Library to support USB/BLE/Net printer",
"main": "dist/index.js",
"source": "dist/index.js",
"scripts": {
"pods": "cd example && pod-install --quiet",
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn && yarn pods",
"build": "rimraf ./dist && tsc",
"test": "jshint hello.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thiendangit/react-native-thermal-receipt-printer-image-qr"
},
"files": [
"dist",
"android",
"ios",
"react-native-thermal-receipt-printer-image-qr.podspec"
],
"keywords": [
"react-native",
"thermal",
"printer",
"bluetooth",
"net",
"printer",
"rn",
"android",
"image",
"qr",
"base64",
"receipt",
"bill",
"invoice"
],
"dependencies": {
"buffer": "^5.6.0",
"iconv-lite": "^0.6.2",
"string_decoder": "^1.3.0"
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/node": "^14.6.0",
"@types/react": "^16.9.46",
"@types/react-native": "^0.63.9",
"@types/react-test-renderer": "^16.9.3",
"jshint": "^2.13.1",
"pod-install": "^0.1.10",
"react": "^16.13.1",
"react-native": "^0.64.1",
"rimraf": "^3.0.2",
"typescript": "^4.0.2"
},
"peerDependencies": {
"react-native-ping": "*"
},
"author": "thiendangit",
"homepage": "https://github.com/thiendangit/react-native-thermal-receipt-printer-image-qr#readme",
"license": "ISC"
}