forked from Tulpar-Yazilim/tp-react-native-bluetooth-printer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 KB
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
{
"author": {
"name": "Enkhdulguun",
"email": "dulguuned41@gmail.com",
"url": "https://rewardly.sg"
},
"bundleDependencies": false,
"deprecated": false,
"description": "React-Native plugin for the bluetooth ESC/POS printers. This plugin is fork of react-native-bluetooth-escpos-printer",
"files": [
"index.js",
"types/index.d.ts",
"android",
"ios",
"RNBluetoothEscposPrinter.podspec",
"!android/build",
"!ios/build"
],
"keywords": [
"react-native",
"ESC",
"POS",
"Bluetooth",
"Printer",
"Enkhdulguun"
],
"license": "MIT",
"main": "index",
"types": "./types/index.d.ts",
"typings": "./types/index.d.ts",
"name": "ble-react-native-bluetooth-printer",
"homepage": "https://github.com/dulguuned/tp-react-native-bluetooth-printer#readme",
"repository": {
"type": "git",
"url": "https://github.com/dulguuned/tp-react-native-bluetooth-printer"
},
"peerDependencies": {
"react-native": ">=0.55.4"
},
"devDependencies": {
"typescript": "^4.8.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.5.6"
}