feat: Backend implementation for source plugin usage and configuration

This commit is contained in:
Aleksi Lassila
2024-12-05 19:33:18 +02:00
parent ffc4197832
commit 9b6ff3379e
39 changed files with 2244 additions and 1006 deletions

View File

@@ -2,8 +2,9 @@
"name": "jellyfin",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"main": "src/index.ts",
"scripts": {
"openapi:generate": "ts-node src/generate-openapi.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",