{
  "name": "signalk-noaa-weather-report",
  "version": "1.0.18",
  "description": "Sends Voluntary Ship Observations to NOAA (and Windy)  Requires an official ships radio callsign",
  "main": "src/index.js",
  "scripts": {
    "build": "echo 'No build step needed - using src directly'",
    "dev": "npm link",
    "test": "node test.js",
    "test:plugin": "node test-plugin.js",
    "prepublishOnly": "npm run test:plugin",
    "deploy": "./deploy_to_pi.sh",
    "release:patch": "npm version patch && git push && git push --tags && npm publish",
    "release:minor": "npm version minor && git push && git push --tags && npm publish",
    "release:major": "npm version major && git push && git push --tags && npm publish"
  },
  "keywords": [
    "signalk-node-server-plugin",
    "signalk-category-weather",
    "weather",
    "bbxx",
    "marine"
  ],
  "author": {
    "name": "Kevin Connell",
    "email": "kevin@connells.net"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kpconnell/signalk-noaa-windy-plugin.git"
  },
  "homepage": "https://github.com/kpconnell/signalk-noaa-windy-plugin#readme",
  "bugs": {
    "url": "https://github.com/kpconnell/signalk-noaa-windy-plugin/issues"
  },
  "type": "commonjs",
  "signalk-plugin-enabled-by-default": false,
  "signalk": {
    "appIcon": "weather",
    "displayName": "NOAA / Windy Ship Reporting Plugin"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "winston": "^3.11.0",
    "winston-daily-rotate-file": "^4.7.1"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
