1
0
forked from notBrad/bubo-rss
bubo-rss-docker/package.json
2019-11-27 18:17:45 -08:00

18 lines
434 B
JSON

{
"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.0",
"nunjucks": "^3.2.0",
"rss-parser": "^3.6.3"
}
}