This commit is contained in:
seb
2026-06-21 09:09:06 +02:00
commit 965e581151
30 changed files with 6914 additions and 0 deletions

15
lib/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"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"
}
}