@cutos/device-tspl-printer
Version:
@cutos/device-tspl-printer is a JavaScript library that provides a unified interface for accessing and controlling printers that support the TSPL command set.
24 lines (23 loc) • 659 B
JSON
{
"name": "@cutos/device-tspl-printer",
"version": "3.4.0",
"description": "@cutos/device-tspl-printer is a JavaScript library that provides a unified interface for accessing and controlling printers\nthat support the TSPL command set.",
"author": "SipTimes",
"type": "module",
"module": "dist/device-tspl-printer.js",
"scripts": {
"build:rollup": "rollup -c rollup.config.cjs"
},
"keywords": [
"CUTOS", "TSPL Printer"
],
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"rollup": "4.9.4"
},
"files": [
"dist/device-tspl-printer.js",
"package.json"
]
}