Genesis
This commit is contained in:
15
lib/package.json
Normal file
15
lib/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user