UNPKG

signalk-barograph

Version:

SignalK plugin to influx environment data & Barograph to visualize atmospheric pressure

36 lines (35 loc) 1.2 kB
{ "name": "signalk-barograph", "version": "0.7.0", "description": "SignalK plugin to influx environment data & Barograph to visualize atmospheric pressure", "main": "index.js", "dependencies": { "@influxdata/influxdb-client": "^1.35.0", "@influxdata/influxdb-client-apis": "^1.35.0", "@signalk/signalk-schema": "^1.7.2", "axios": "^1.7.9", "barometer-trend": "^2.2.6", "debug": "^4.4.0", "luxon": "^3.5.0" }, "scripts": { "test": "$NODE $npm_package_main", "create-release": "github-create-release --owner tkrofta --repository signalk-barograph", "release": "git tag -d v$npm_package_version; git tag v$npm_package_version && git push --tags && git push && npm run create-release" }, "repository": { "type": "git", "url": "git+https://github.com/tkrofta/signalk-barograph-plugin.git" }, "keywords": [ "signalk-node-server-plugin", "signalk-embeddable-webapp", "signalk-category-weather" ], "author": "Inspired Technologies", "license": "Apache-2.0", "bugs": { "url": "https://github.com/tkrofta/signalk-barograph-plugin/issues" }, "homepage": "https://github.com/tkrofta/signalk-barograph-plugin" }