mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-17 21:53:12 +02:00
18 lines
360 B
JSON
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"
|
|
}
|
|
}
|