{
  "name": "signalk-to-venus",
  "version": "1.0.11",
  "description": "Injects battery, tank, temperature, humidity, and switch data from Signal K into the Victron Cerbo GX D-Bus via Venus OS.",
  "keywords": [
    "signalk-node-server-plugin",
    "signalk-category-output",
    "victron",
    "venus",
    "dbus",
    "cerbo",
    "bmv",
    "battery",
    "tank",
    "temperature",
    "humidity",
    "switch",
    "dimmer"
  ],
  "signalk-plugin-enabled-by-default": true,
  "author": "Christian Wegerhoff",
  "license": "MIT",
  "main": "index.js",
  "type": "module",
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "dbus-native": "^0.4.0"
  }
}
