Torznab + fake qBittorrent proxy for Webshare.cz, with Compose/Docker packaging, MIT license, and tests.
24 lines
536 B
JSON
24 lines
536 B
JSON
{
|
|
"name": "webshare-api",
|
|
"version": "1.0.0",
|
|
"description": "Webshare.cz HTTP API: Torznab indexer + fake qBittorrent client + stream redirect for Sonarr/Radarr",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"test": "jest --coverage --runInBand"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.7.0",
|
|
"express": "^4.19.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"xml2js": "^0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^30.4.2",
|
|
"supertest": "^7.2.2"
|
|
}
|
|
}
|