16 lines
303 B
JSON
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"
|
|
}
|
|
}
|