forked from Intechnity-com/react-native-thermal-printer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
{
"name": "react-native-thermal-printer",
"version": "0.4.0",
"description": "A React Native Library to support USB/BLE/Net printer.",
"main": "dist/index.js",
"source": "dist/index.js",
"scripts": {
"prepare": "tsc",
"pods": "cd example && pod-install --quiet",
"example": "npm --prefix ./example install",
"bootstrap": "npm run example && npm install && npm pods",
"build": "rimraf ./dist && tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/impelsystems/react-native-thermal-printer.git"
},
"files": [
"dist",
"android",
"ios",
"react-native-thermal-printer.podspec"
],
"keywords": [
"react-native",
"thermal",
"printer",
"bluetooth",
"net",
"printer",
"rn",
"android"
],
"dependencies": {
"buffer": "^6.0.3",
"iconv-lite": "^0.6.3",
"react-xml-parser": "^1.1.8",
"string_decoder": "^1.3.0"
},
"devDependencies": {
"@tsconfig/react-native": "^3.0.5",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-test-renderer": "^18.3.0",
"pod-install": "^0.1.10",
"react": "^18.2.0",
"react-native": "^0.74.2",
"rimraf": "^3.0.2",
"typescript": "~5.3.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"author": "intechnity",
"homepage": "https://github.com/impelsystems/react-native-thermal-printer#readme",
"license": "ISC"
}