-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 906 Bytes
/
package.json
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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "jackett-stremio",
"version": "1.1.6",
"description": "Stremio Add-on to get torrent results from Jackett",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"lint": "eslint src"
},
"license": "MIT",
"keywords": [
"Stremio",
"Jackett",
"torrents",
"Stremio-Addon"
],
"repository": {
"type": "git",
"url": "https://github.com/tsaridas/jackett-stremio.git"
},
"bugs": {
"url": "https://github.com/tsaridas/jackett-stremio/issues"
},
"dependencies": {
"abort-controller": "^3.0.0",
"agentkeepalive": "^4.5.0",
"async": "^2.6.3",
"axios": "^1.6.6",
"express": "^4.18.2",
"get-port": "^5.1.1",
"parse-torrent": "^9.1.5",
"video-name-parser": "^1.4.6",
"xml-js": "^1.6.11"
},
"devDependencies": {
"eslint-plugin-node": "^11.1.0"
},
"engines": {
"node": ">=8.3.0"
}
}