trial / package.json
daniwalter001
pm
f1445b2
raw
history blame contribute delete
709 Bytes
{
"name": "addon",
"version": "1.0.1",
"description": "NZB addon",
"main": "index.js",
"repository": "https://github.com/daniwalter001/jackett-addon.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"addon",
"stremio",
"nzb",
"nzbhydra"
],
"author": "daniwalter001",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fast-xml-parser": "^4.3.6",
"node-fetch": "^2.6.12",
"parse-torrent": "^9.1.5",
"parse-torrent-name": "^0.5.4",
"redis": "^4.7.0",
"torrent-stream": "^1.2.1"
}
}