First commit

This commit is contained in:
2026-04-03 22:24:22 +02:00
commit d1cfee0dea
13 changed files with 1464 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "wetter_1",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "rxf",
"type": "module",
"main": "wetter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"better-sqlite3": "^12.8.0",
"crc-full": "^1.1.0",
"dotenv": "^17.4.0",
"serialport": "^10.5.0"
}
}