add web-fetch extension from amosblomqvist/pi-config

This commit is contained in:
2026-05-15 15:02:47 +10:00
parent 8ecc873813
commit d7b7115a86
3 changed files with 1649 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "web-fetch",
"version": "1.0.0",
"private": true,
"type": "module",
"dependencies": {
"@mozilla/readability": "^0.5.0",
"linkedom": "^0.18.0",
"turndown": "^7.2.0",
"unpdf": "^0.12.0"
}
}