-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 990 Bytes
/
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
{
"name": "html2thermal",
"version": "1.0.7",
"description": "Allows to print custom html on thermal (POS) printer using nodejs on any target platform: linux, windows, osx...",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knyga/node-termal-printer-template.git"
},
"keywords": [
"thermal",
"printer",
"epson",
"star"
],
"author": "Oleksandr Knyga <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/knyga/node-termal-printer-template/issues"
},
"homepage": "https://github.com/knyga/node-termal-printer-template#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"download": "^7.1.0",
"jimp": "^0.16.1",
"lodash": "^4.17.10",
"node-thermal-printer": "^4.0.1",
"sanitize-html": ">=2.3.2",
"temp": "^0.9.4"
},
"devDependencies": {
"mocha": "^9.2.2",
"probe-image-size": "^4.1.1"
}
}