forked from TheBeastLT/torrentio-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (44 loc) · 1.31 KB
/
package.json
File metadata and controls
45 lines (44 loc) · 1.31 KB
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
{
"name": "torrentio-scraper-vercel",
"version": "1.0.0",
"description": "Torrentio Stremio addon for Vercel deployment",
"type": "module",
"scripts": {
"dev": "vercel dev",
"deploy": "vercel --prod",
"install:addon": "cd addon && npm install"
},
"engines": {
"node": ">=18.x"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@keyv/mongo": "^3.0.1",
"@paradise-cloud/easy-debrid": "^3.0.0",
"@putdotio/api-client": "^8.42.0",
"all-debrid-api": "^1.2.0",
"axios": "^1.8.4",
"cacheable": "^1.8.10",
"cors": "^2.8.5",
"debrid-link-api": "^1.0.1",
"express-rate-limit": "^6.7.0",
"magnet-uri": "^6.2.0",
"name-to-imdb": "^3.0.4",
"named-queue": "^2.2.1",
"offcloud-api": "^1.0.2",
"p-limit": "^5.0.0",
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#ea4ab26d2394055443f3671a80b4ea8c055c9591",
"pg": "^8.14.1",
"premiumize-api": "^1.0.3",
"prom-client": "^14.2.0",
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#d1f7eaa8593b947edbfbc8a92a176448b48ef445",
"request-ip": "^3.3.0",
"router": "^1.3.8",
"sequelize": "^6.37.7",
"stremio-addon-sdk": "^1.6.10",
"swagger-stats": "^0.99.7",
"ua-parser-js": "^1.0.36",
"user-agents": "^1.0.1444"
}
}