Files
wetter-server/package.json
2026-04-03 22:24:22 +02:00

19 lines
365 B
JSON

{
"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"
}
}