chore: Move API project from separate repo to this

Set up CI to publish the API library package as well as release the app.
This commit is contained in:
oSumAtrIX
2025-05-22 10:18:35 +02:00
parent 2b380b0d7c
commit 07158ae1d1
21 changed files with 1288 additions and 111 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"devDependencies": {
"@anolilab/multi-semantic-release": "^1.1.10",
"@revanced/gradle-semantic-release-plugin": "^1.10.1",
"@saithodev/semantic-release-backmerge": "^4.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
}
}