35 lines
862 B
JSON
35 lines
862 B
JSON
{
|
|
"name": "pablouser1/proxitok",
|
|
"description": "An alternative frontend for TikTok",
|
|
"version": "1.4.1.2",
|
|
"license": "AGPL-3.0-or-later",
|
|
"type": "project",
|
|
"homepage": "https://github.com/pablouser1/ProxiTok",
|
|
"authors": [
|
|
{
|
|
"name": "Pablo Ferreiro",
|
|
"homepage": "https://github.com/pablouser1"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/pablouser1/TikTok-API-PHP"
|
|
}
|
|
],
|
|
"require": {
|
|
"ext-redis": "^5.3.2",
|
|
"ext-mbstring": "*",
|
|
"ssovit/tiktok-api": "dev-rework",
|
|
"latte/latte": "^2.10",
|
|
"vlucas/phpdotenv": "^5.4",
|
|
"bramus/router": "^1.6",
|
|
"mibe/feedwriter": "^1.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
}
|
|
}
|
|
}
|