mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 14:14:29 +02:00

This commit converts the entire project to a KTor project written in Kotlin. Various APIs have been updated, removed, or changed. A proxy is present to allow migration between the old and this API, which can serve requests to endpoints from the old API.
10 lines
308 B
JSON
10 lines
308 B
JSON
{
|
|
"devDependencies": {
|
|
"@codedependant/semantic-release-docker": "^5.0.3",
|
|
"@saithodev/semantic-release-backmerge": "^4.0.1",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"gradle-semantic-release-plugin": "^1.9.2",
|
|
"semantic-release": "^24.0.0"
|
|
}
|
|
} |