-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 KB
/
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
42
43
44
45
46
47
48
{
"name": "debrid-search",
"version": "0.1.11",
"description": "Stremio Addon to search downloads and torrents in your Debrid cloud",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "MrMonkey42",
"license": "MIT",
"type": "module",
"dependencies": {
"@torbox/torbox-api": "^1.0.6",
"@types/node": "^18.19.67",
"all-debrid-api": "^1.2.0",
"cors": "^2.8.5",
"debrid-link-api": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-rate-limit": "^7.4.1",
"fuse.js": "^7.0.0",
"loglevel": "^1.9.2",
"node-fetch": "^3.3.2",
"parse-torrent-title": "github:TheBeastLT/parse-torrent-title#b98e2ba2fb64fd5fa1c34c620bd9050bbc2e271d",
"premiumize-api": "^1.0.3",
"prom-client": "^14.2.0",
"real-debrid-api": "github:MrMonkey42/node-real-debrid#ea885a01e64c5543cda289c7fd1e8981d8c7d650",
"request-ip": "^3.3.0",
"router": "^1.3.8",
"stremio-addon-sdk": "^1.6.10",
"swagger-stats": "^0.99.7",
"urlencode": "^2.0.0"
},
"keywords": [
"stremio",
"stremio-addons",
"addons"
],
"devDependencies": {
"nodemon": "^3.1.7"
},
"engines": {
"node": "^18.x",
"pnpm": "^9.x"
}
}