{
  "name": "signalk-dashboard",
  "version": "0.6.1",
  "description": "Server plugin & Grafana dashboard for SignalK data",
  "main": "index.js",
  "scripts": {
    "debug": "node --inspect-brk=192.168.0.97:9229 /usr/lib/node_modules/signalk-server/bin/signalk-server -c /home/pi/signalk",
    "test": "echo \\\"Error: no test specified\\\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inspired-technologies/signalk-dashboard.git"
  },
  "keywords": [
    "signalk",
    "signalk-node-server-plugin",
    "signalk-category-instruments"
  ],
  "author": "Inspired Technologies",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/inspired-technologies/signalk-dashboard/issues"
  },
  "homepage": "https://github.com/inspired-technologies/signalk-dashboard#readme",
  "dependencies": {
    "@influxdata/influxdb-client": "^1.35.0",
    "@influxdata/influxdb-client-apis": "^1.35.0",
    "@signalk/signalk-schema": "^1.7.2",
    "debug": "^4.4.3",
    "js-yaml": "^4.1.1",
    "luxon": "^3.7.2",
    "ssh2": "^1.17.0"
  }
}
