Files
jtlsrv/lib/package.json
2026-06-21 09:09:06 +02:00

16 lines
303 B
JSON

{
"name": "jtl-pos-server",
"version": "1.0.0",
"description": "Reusable Node.js library implementing the JTL-POS pairing and sync protocol",
"main": "index.js",
"scripts": {
"test": "node --test"
},
"dependencies": {
"uuid": "^11.1.0"
},
"engines": {
"node": ">=18"
}
}