File size: 634 Bytes
1fa2c88
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "jackettio",
  "version": "1.6.0",
  "description": "Jackett and Debrid on Stremio",
  "main": "src/index.js",
  "type": "module",
  "scripts": {
    "start": "node src/index.js"
  },
  "keywords": [
    "stremio",
    "stremio-addons",
    "addons"
  ],
  "license": "MIT",
  "dependencies": {
    "cache-manager": "^4.1.0",
    "cache-manager-sqlite": "^0.2.0",
    "compression": "^1.7.4",
    "express": "^4.18.2",
    "express-rate-limit": "^7.2.0",
    "localtunnel": "^2.0.2",
    "p-limit": "^5.0.0",
    "parse-torrent": "^11.0.16",
    "showdown": "^2.1.0",
    "sqlite3": "^5.1.1",
    "xml2js": "^0.6.2"
  }
}