-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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
{
"name": "react-native-thermal-receipt-printer",
"version": "1.1.5",
"description": "Fork of react-native-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"
},
"repository": {
"type": "git",
"url": "https://github.com/HeligPfleigh/react-native-thermal-receipt-printer.git"
},
"files": [
"dist",
"android",
"ios",
"react-native-thermal-receipt-printer.podspec"
],
"keywords": [
"react-native",
"thermal",
"printer",
"bluetooth",
"net",
"printer",
"rn",
"android"
],
"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",
"pod-install": "^0.1.10",
"react": "^16.13.1",
"react-native": "^0.64.1",
"rimraf": "^3.0.2",
"typescript": "^4.0.2"
},
"author": "diandanbao",
"homepage": "https://github.com/HeligPfleigh/react-native-thermal-receipt-printer#readme",
"license": "ISC"
}