mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-22 08:45:13 +02:00
build: make file downloads persistent in docker, refactor built-in plugin workspaces
This commit is contained in:
20
backend/packages/jellyfin.plugin/package.json
Normal file
20
backend/packages/jellyfin.plugin/package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "jellyfin.plugin",
|
||||
"version": "1.0.0",
|
||||
"main": "src/index",
|
||||
"scripts": {
|
||||
"openapi:generate": "ts-node src/generate-openapi.ts",
|
||||
"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",
|
||||
"@aleksilassila/reiverr-plugin": "^1.0.0",
|
||||
"swagger-typescript-api": "^13.0.23"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"description": ""
|
||||
}
|
||||
Reference in New Issue
Block a user