Files
DIYgod 566f028aaf refactor: migrate browser automation to Playwright (#21901)
* refactor: migrate browser automation to Playwright

* ci: update browser checks for Playwright
2026-05-04 21:16:18 +08:00

23 lines
574 B
JSON

{
"name": "RSSHub",
"description": "Everything is RSSible",
"repository": "https://github.com/DIYgod/RSSHub",
"website": "https://docs.rsshub.app/",
"logo": "https://i.loli.net/2019/04/23/5cbeb7e41414c.png",
"keywords": ["RSS"],
"env": {
"NODE_MODULES_CACHE": {
"value": "false",
"required": true
},
"PORT": {
"value": "80",
"required": false
},
"PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD": {
"value": "1",
"required": false
}
}
}