Initial commit - ip 10.0.0.74

This commit is contained in:
rasta5man 2025-08-14 22:41:23 +02:00
commit e189e5334b
24 changed files with 3518 additions and 0 deletions

28
package.json Normal file
View file

@ -0,0 +1,28 @@
{
"name": "totalproject",
"description": "Empty project",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"bitwise": "^2.1.0",
"easy-crc": "^0.0.2",
"jsmodbus": "^4.0.6",
"log4js": "^6.3.0",
"mosca": "^2.8.3",
"mqtt": "^4.2.8",
"node-schedule": "^2.0.0",
"nodemailer": "^6.7.0",
"serialport": "^9.2.4",
"total.js": "^3.4.10",
"total4": "^0.0.51"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"empty",
"project"
],
"author": "Peter Širka",
"license": "MIT"
}