27 lines
567 B
JSON
27 lines
567 B
JSON
{
|
|
"name": "meb-solars",
|
|
"version": "1.0.0",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"signalk-plugin-enabled-by-default": true,
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"keywords": [
|
|
"signalk-node-server-plugin",
|
|
"signalk-category-utility",
|
|
"signalk-plugin",
|
|
"daly",
|
|
"bms",
|
|
"battery"
|
|
],
|
|
"dependencies": {
|
|
"serialport": "^10.2.2"
|
|
},
|
|
"author": "MEB Team",
|
|
"license": "ISC",
|
|
"description": "Un plugin per ottenere dati dai pannelli solari posti sulla barca"
|
|
}
|