UNPKG

node-thermal-printer

Version:

Print on Epson, Star, Tranca, Daruma and Brother thermal printers with Node.js

38 lines 999 B
{ "name": "node-thermal-printer", "version": "4.4.5", "description": "Print on Epson, Star, Tranca, Daruma and Brother thermal printers with Node.js", "main": "node-thermal-printer.js", "repository": { "type": "git", "url": "https://github.com/Klemen1337/node-thermal-printer" }, "keywords": [ "thermal printer", "thermal", "printer", "epson", "star", "daruma", "tranca", "brother" ], "author": "Klemen Kastelic <klemen.kast@gmail.com> (http://kastelic.net/)", "license": "ISC", "bugs": { "url": "https://github.com/Klemen1337/node-thermal-printer/issues" }, "homepage": "https://github.com/Klemen1337/node-thermal-printer", "dependencies": { "iconv-lite": "0.5.0", "pngjs": "3.3.3", "unorm": "1.4.1", "write-file-queue": "0.0.1" }, "devDependencies": { "@eslint/js": "^9.20.0", "@types/node": "^10.14.2", "eslint": "^9.20.1", "globals": "^15.15.0" } }