{
  "name": "node-red-contrib-suncron",
  "version": "1.6.4",
  "description": "A Node-RED node that triggers configurable outgoing messages based on the position of the sun",
  "main": "index.js",
  "author": "Cornelius Suermann",
  "license": "MIT",
  "keywords": [
    "node-red",
    "smart home",
    "sun",
    "sunset",
    "sunrise",
    "dusk",
    "noon",
    "cron",
    "timer",
    "timer clock"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/csuermann/node-red-contrib-suncron"
  },
  "scripts": {
    "test": "mocha \"test/**/*_spec.js\""
  },
  "node-red": {
    "version": ">=2.0.0",
    "nodes": {
      "suncron": "suncron.js"
    }
  },
  "dependencies": {
    "cron": "^3.5.0",
    "dayjs": "^1.11.13",
    "suncalc": "^1.9.0"
  },
  "devDependencies": {
    "eslint": "^9.18.0",
    "mocha": "^11.0.1",
    "node-red": "^4.0.8",
    "node-red-node-test-helper": "^0.3.4"
  },
  "prettier": {
    "trailingComma": "es5",
    "tabWidth": 2,
    "semi": false,
    "singleQuote": true
  },
  "release": {
    "branches": [
      "master",
      "next"
    ]
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
