Files
wetter-server/package.json

19 lines
365 B
JSON

{
"name": "wetter_1",
"version": "1.0.1",
"description": "",
"license": "ISC",
"author": "rxf",
"type": "module",
"main": "wetter.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"better-sqlite3": "^12.9.0",
"crc-full": "^1.1.0",
"dotenv": "^17.4.2",
"serialport": "^13.0.0"
}
}