Files
escProxy/package.json
2026-07-11 05:41:17 +02:00

18 lines
470 B
JSON

{
"name": "escpos-proxy",
"version": "1.0.0",
"description": "Minimal ESC/POS print proxy: forwards raw jobs to a target printer and logs each job to disk (cut command or connection drop delimits a job).",
"type": "module",
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"test:send": "node test-send.mjs"
},
"license": "MIT",
"dependencies": {
"dotenv": "^17.4.2",
"qrcode": "^1.5.4",
"sharp": "^0.35.3"
}
}