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