24 lines
456 B
JSON
24 lines
456 B
JSON
{
|
|
"name": "meb-battery",
|
|
"version": "0.1.0",
|
|
"description": "Un plugin per il BMS della batteria",
|
|
"main": "index.js",
|
|
"signalk-plugin-enabled-by-default": true,
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"keywords": [
|
|
"signalk-node-server-plugin",
|
|
"signalk-category-utility",
|
|
"signalk-plugin",
|
|
"daly",
|
|
"bms",
|
|
"battery"
|
|
],
|
|
"author": "MEB Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"serialport": "^10.2.2"
|
|
}
|
|
}
|