-
Notifications
You must be signed in to change notification settings - Fork 141
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1014 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1014 Bytes
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
{
"name": "nuvio-streaming-addon",
"version": "0.5.14",
"description": "Stremio addon for HTTP streaming links",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"aromanize": "^0.1.5",
"axios": "^1.9.0",
"axios-cookiejar-support": "^6.0.2",
"body-parser": "^2.2.0",
"bytes": "^3.1.2",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.5.0",
"express": "^4.21.2",
"fast-levenshtein": "^3.0.0",
"form-data": "^4.0.3",
"hls-parser": "^0.13.5",
"ioredis": "^5.6.1",
"jsdom": "^26.1.0",
"node-fetch": "^2.7.0",
"p-limit": "^6.2.0",
"puppeteer": "^24.11.0",
"redis": "^5.5.5",
"rot13-cipher": "^1.0.0",
"stremio-addon-sdk": "^1.6.10",
"string-similarity": "^4.0.4",
"tough-cookie": "^5.1.2",
"ttl-cache": "^1.0.2",
"vm2": "^3.9.19",
"yargs": "^17.7.2"
},
"engines": {
"node": ">=14.0.0"
}
}