mirror of
https://github.com/georgemandis/bubo-rss.git
synced 2024-11-05 04:04:23 +00:00
1f3a92133a
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/bitinn/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1) Signed-off-by: dependabot[bot] <support@github.com>
18 lines
434 B
JSON
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.1",
|
|
"nunjucks": "^3.2.0",
|
|
"rss-parser": "^3.6.3"
|
|
}
|
|
}
|