{
  "name": "rss-notifier",
  "version": "0.8.7",
  "description": "💬 Send RSS update notifications to Slack",
  "keywords": [
    "rss",
    "slack",
    "notifier",
    "notification",
    "scheduled",
    "💬"
  ],
  "author": "omrilotan",
  "license": "Unlicense",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omrilotan/rss-notifier.git"
  },
  "homepage": "https://omrilotan.com/rss-notifier/",
  "main": "index.js",
  "bin": "bin.js",
  "scripts": {
    "start": "node bin",
    "lint": "standard"
  },
  "dependencies": {
    "axios": "^0.25.0",
    "errobj": "^2.2.1",
    "js-yaml": "^4.1.0",
    "levelheaded": "^1.2.0",
    "rss-parser": "^3.10.0",
    "yargs-parser": "^21.0.0"
  },
  "devDependencies": {
    "standard": "^16.0.3"
  }
}
