17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"name": "solarctrl",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@influxdata/influxdb-client": "^1.33.2",
|
|
"jsmodbus": "^4.0.10",
|
|
"mqtt": "^5.9.1"
|
|
}
|
|
}
|