{
  "name": "netlify-plugin-rss",
  "version": "0.0.8",
  "description": "netlify-plugin-rss",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sw-yx/netlify-plugin-rss.git"
  },
  "scripts": {
    "build": "netlify build",
    "test": "jest",
    "test:update": "jest --updateSnapshot",
    "fixture": "node fixtures/rssfixture.js",
    "version": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md",
    "prepublishOnly": "git push && git push --tags && gh-release"
  },
  "keywords": [
    "link-checking",
    "netlify-plugin",
    "netlify",
    "build",
    "plugins"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sw-yx/netlify-plugin-rss/issues"
  },
  "homepage": "https://github.com/sw-yx/netlify-plugin-rss#readme",
  "devDependencies": {
    "auto-changelog": "^1.16.2",
    "gh-release": "^3.5.0",
    "jest": "^25.1.0"
  },
  "dependencies": {
    "chalk": "^4.0.0",
    "cheerio": "^1.0.0-rc.3",
    "rss": "^1.2.2",
    "url-join": "^4.0.1"
  }
}
