mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-18 03:53:14 +02:00
feat: Loading source plugins
This commit is contained in:
17
backend/plugins/jellyfin.plugin/package.json
Normal file
17
backend/plugins/jellyfin.plugin/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "jellyfin",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@types/axios": "^0.14.4",
|
||||
"axios": "^1.7.8",
|
||||
"express-http-proxy": "^2.1.1",
|
||||
"swagger-typescript-api": "^13.0.23"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user