mirror of
https://github.com/Sysbot-org/tgscraper.git
synced 2024-11-09 05:07:09 +01:00
32 lines
650 B
JSON
32 lines
650 B
JSON
{
|
|
"name": "sysbot/tgscraper",
|
|
"description": "Utility to extract scheme from Telegram Bot API webpage.",
|
|
"license": "LGPL-3.0-or-later",
|
|
"require": {
|
|
"php": ">=8.0",
|
|
"ext-json": "*",
|
|
"nette/php-generator": "^3.5",
|
|
"paquettg/php-html-parser": "^3.1",
|
|
"symfony/yaml": "^5.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TgScraper\\": "src/"
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin/tgscraper"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "sys-001",
|
|
"email": "sys@sys001.ml",
|
|
"homepage": "https://sys001.ml",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Sysbot-org/tgscraper/issues"
|
|
}
|
|
}
|