{ "name": "bzzrt", "version": "1.0.0", "description": "Discord webhook which polls RSS feeds for changes and posts updates to channels", "license": "MIT", "author": "Dietrich Ayala (https://metafluff.com/)", "type": "module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "feedsmith": "^2.9.0" } }