{
  "name": "signalk-slack-notify",
  "version": "0.3.1",
  "description": "Send notifications from Signal K to Slack using Webhook API",
  "main": "index.js",
  "scripts": {
    "format": "npm run prettier && npm run lint",
    "prettier": "prettier -w index.js",
    "lint": "eslint --fix index.js"
  },
  "keywords": [
    "signalk-node-server-plugin",
    "signalk-category-notifications"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KEGustafsson/signalk-slack-notify.git"
  },
  "author": "Karl-Erik Gustafsson",
  "license": "ISC",
  "homepage": "https://github.com/KEGustafsson/signalk-slack-notify#readme",
  "dependencies": {
    "slack-notify": "^2.0.7"
  },
  "devDependencies": {
    "@eslint/js": "^9.26.0",
    "eslint": "^9.26.0",
    "globals": "^15.4.0",
    "prettier": "^3.5.3"
  }
}