chore: Use Kotlin for ReVanced API (#169)

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.
This commit is contained in:
oSumAtrIX
2024-07-08 14:07:33 +02:00
108 changed files with 10621 additions and 5616 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"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"
}
}