You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "RSS-proxy is a tool that allows you to do create an RSS/ATOM or JSON feed of almost any website, purely by analyzing just the static HTML structure.",
"author": "damoeb",
"license": "CC-NC",
"keywords": [
"rss-feed",
"atom-feed",
"json-feed",
"generator",
"javascript"
],
"scripts": {
"preinstall": "cd packages/core && npm i && cd - && cd packages/playground && npm i && cd - && cd packages/proxy && npm i",
"pretest": "cd packages/core && npm test && cd - && cd packages/playground && npm test -- -c ci && cd - && cd packages/proxy && npm test"