Files
dotfiles/pi/files/agent/skills/pi-skills/browser-tools/package.json
T
Thomas G. Lopes 7edfb90d5f skills
2026-02-24 16:54:30 +00:00

20 lines
487 B
JSON

{
"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"
}
}