feat: overhaul dockerfile

This commit is contained in:
Aleksi Lassila
2025-08-09 15:36:59 +03:00
parent d831c59647
commit 5dbd6bf513
43 changed files with 2196 additions and 21014 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "@aleksilassila/jellyfin.plugin",
"version": "1.0.0",
"main": "dist/src/index",
"types": "./dist/src/index.d.ts",
"scripts": {
"build": "tsc --noCheck",
"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-shared": "*",
"swagger-typescript-api": "^13.0.23"
},
"devDependencies": {
"typescript": "^5.2.2"
},
"description": ""
}