This commit is contained in:
Thomas G. Lopes
2026-02-24 16:54:28 +00:00
parent 7a4870294b
commit 7edfb90d5f
21 changed files with 4491 additions and 0 deletions
@@ -0,0 +1,19 @@
{
"name": "browser-tools",
"version": "1.0.0",
"type": "module",
"description": "Minimal CDP tools for collaborative site exploration",
"author": "Mario Zechner",
"license": "MIT",
"dependencies": {
"@mozilla/readability": "^0.6.0",
"cheerio": "^1.1.2",
"jsdom": "^27.0.1",
"puppeteer": "^24.31.0",
"puppeteer-core": "^23.11.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"turndown": "^7.2.2",
"turndown-plugin-gfm": "^1.0.2"
}
}