Files
reiverr/backend/plugins/jellyfin.plugin/package.json
2024-12-03 19:03:00 +02:00

18 lines
360 B
JSON

{
"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"
}
}