You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
577 B
22 lines
577 B
{
|
|
"private": true,
|
|
"name": "worker-planet",
|
|
"version": "1.0.0",
|
|
"description": "Generate a single feed of content from multiple RSS/Atom sources. Runs on Cloudflare Workers.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"format": "prettier --write '**/*.{js,css,json,md}'"
|
|
},
|
|
"author": "Gonçalo Valério <gon@ovalerio.net>",
|
|
"license": "AGPL-3.0",
|
|
"devDependencies": {
|
|
"prettier": "^1.18.2"
|
|
},
|
|
"dependencies": {
|
|
"feed": "^4.2.2",
|
|
"handlebars": "^4.7.7",
|
|
"rss-parser": "^3.12.0"
|
|
}
|
|
}
|