{
  "name": "signalk-barograph",
  "version": "0.9.7",
  "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.16.1",
    "barometer-trend": "^2.2.7",
    "debug": "^4.4.3",
    "luxon": "^3.7.2"
  },
  "scripts": {
    "debug": "node --inspect-brk=192.168.0.97:9229 /usr/lib/node_modules/signalk-server/bin/signalk-server -c /home/pi/signalk",
    "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"
}
