-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.02 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.02 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
48
{
"name": "receiptio",
"version": "5.0.0",
"description": "Node.js printing application for receipt printers, simple and easy with receipt 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": "^4.0.0",
"iconv-lite": "^0.6.0",
"pngjs": "^5.0.0"
}
}