-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.07 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
{
"name": "receiptio",
"version": "1.9.0",
"description": "A print application for receipt printers, simple and easy with markdown, printer status support.",
"main": "./lib/receiptio.js",
"types": "./lib/receiptio.d.ts",
"bin": {
"receiptio": "bin/cli.js"
},
"directories": {
"bin": "bin",
"example": "example",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/receiptline/receiptio.git"
},
"keywords": [
"thermal",
"impact",
"printer",
"epson",
"escpos",
"star",
"starprnt",
"pos",
"kiosk",
"receipt",
"invoice",
"kitchen",
"ticket",
"svg",
"png",
"markdown"
],
"author": "Open Foodservice System Consortium",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/receiptline/receiptio/issues"
},
"homepage": "https://github.com/receiptline/receiptio#readme",
"dependencies": {
"receiptline": "^1.16.0",
"iconv-lite": "^0.6.0",
"pngjs": "^5.0.0"
},
"devDependencies": {
"qrcode-generator": "^1.4.4"
}
}