31 lines
747 B
JSON
31 lines
747 B
JSON
|
|
{
|
||
|
|
"name": "michal/ttrss-plugin-af-fulltext",
|
||
|
|
"description": "Full-text extraction for Tiny Tiny RSS using ftr-site-config rules, with an optional Firecrawl renderer",
|
||
|
|
"license": "GPL-3.0-or-later",
|
||
|
|
"minimum-stability": "dev",
|
||
|
|
"prefer-stable": true,
|
||
|
|
"repositories": [
|
||
|
|
{
|
||
|
|
"name": "fivefilters/readability.php",
|
||
|
|
"type": "vcs",
|
||
|
|
"url": "https://github.com/tt-rss/tt-rss-readability-php.git"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "masterminds/html5",
|
||
|
|
"type": "vcs",
|
||
|
|
"url": "https://github.com/tt-rss/tt-rss-html5-php.git"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.2",
|
||
|
|
"ext-dom": "*",
|
||
|
|
"ext-libxml": "*",
|
||
|
|
"ext-mbstring": "*",
|
||
|
|
"ext-curl": "*",
|
||
|
|
"fivefilters/readability.php": "dev-main"
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": { "AfFulltext\\": "lib/" }
|
||
|
|
}
|
||
|
|
}
|