forked from ccdilan/react-native-bluetooth-escpos-printer
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.26 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
{
"name": "@vardrz/react-native-bluetooth-escpos-printer",
"version": "0.1.2",
"description": "Forked react-native-bluetooth-escpos-printer with additional print improvements and TypeScript support.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "echo 'No build needed — pure JS project'",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"ESC",
"POS",
"Bluetooth",
"Printer"
],
"author": "Janus J K Lu",
"maintainers": [
{
"name": "Farid Fatkhurrozak",
"email": "fatkhurrozakf@gmail.com",
"url": "https://github.com/vardrz"
}
],
"contributors": [
"Janus J K Lu (Original Creator, https://github.com/januslo/react-native-bluetooth-escpos-printer)",
"Ccdilan (Fork Maintainer, https://github.com/ccdilan)",
"Farid Fatkhurrozak (Custom Fork, https://github.com/vardrz/react-native-bluetooth-escpos-printer)"
],
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.60.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vardrz/react-native-bluetooth-escpos-printer.git"
},
"homepage": "https://github.com/vardrz/react-native-bluetooth-escpos-printer#readme"
}