-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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": "stremio-torrent-stream",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node --no-warnings dist/index.js",
"dev": "esrun --node-no-warnings --watch src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bytes": "^3.1.4",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/localtunnel": "^2.0.4",
"@types/node": "^20.11.20",
"@types/stremio-addon-sdk": "^1.6.11",
"@types/tough-cookie": "^4.0.5",
"@types/webtorrent": "~0.109.8",
"esrun": "^3.2.26"
},
"dependencies": {
"axios": "^1.6.5",
"axios-cookiejar-support": "^4.0.7",
"cheerio": "1.0.0-rc.12",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"eztv-crawler": "^1.3.6",
"fs-extra": "^11.2.0",
"localtunnel": "^2.0.2",
"memory-chunk-store": "^1.3.5",
"mime": "^4.0.1",
"stremio-addon-sdk": "^1.6.10",
"tough-cookie": "^4.1.3",
"ts-jackett-api": "^1.0.0",
"webtorrent": "^2.4.2",
"yts-api-node": "^1.1.3"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}