{ "name": "bubo-reader", "version": "1.0.0", "description": "A somewhat dumb but effective feed reader (RSS, JSON & Twitter)", "main": "src/index.js", "scripts": { "build": "node src/index.js > output/index.html", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "node-fetch": "^2.6.1", "nunjucks": "^3.2.0", "rss-parser": "^3.6.3" } }