signalk-dashboard
Version:
Server plugin & Grafana dashboard for SignalK data
35 lines (34 loc) • 1.06 kB
JSON
{
"name": "signalk-dashboard",
"version": "0.4.1",
"description": "Server plugin & Grafana dashboard for SignalK data",
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1",
"debug": "node --inspect-brk=192.168.0.97:9229 /usr/lib/node_modules/signalk-server/bin/signalk-server"
},
"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.0",
"js-yaml": "^4.1.0",
"luxon": "^3.5.0",
"ssh2": "^1.16.0"
}
}