@torrent-tv/proxy 2.80.10 → 2.80.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,51 +1,50 @@
1
- {
2
- "name": "@torrent-tv/proxy",
3
- "version": "2.80.10",
4
- "description": "Torrent proxy client that exposes webseed-like HTTP stream endpoint.",
5
- "license": "GPL-3.0-or-later",
6
- "publishConfig": {
7
- "access": "public"
8
- },
9
- "type": "module",
10
- "engines": {
11
- "node": ">=24 <25"
12
- },
13
- "bin": {
14
- "torrent-tv-proxy": "./bin/cli.js"
15
- },
16
- "scripts": {
17
- "patch": "npm whoami && npm version patch && npm publish && git push --follow-tags",
18
- "minor": "npm whoami && npm version minor && npm publish && git push --follow-tags",
19
- "major": "npm whoami && npm version major && npm publish && git push --follow-tags",
20
- "start": "node ./bin/cli.js",
21
- "dev": "node --inspect=0 --experimental-network-inspection ./bin/cli.js",
22
- "test": "npm run lint && node --test && npm run test:measured",
23
- "graph": "node scripts/render-run-graph.js",
24
- "lint": "biome lint .",
25
- "test:measured": "node --test --test-concurrency=1 test-measured/decode-cost.measured.js test-measured/decode-measurement.measured.js"
26
- },
27
- "dependencies": {
28
- "@fastify/cors": "^11.2.0",
29
- "@fastify/helmet": "^13.0.2",
30
- "@fastify/static": "^10.1.2",
31
- "@silentbot1/nat-api": "^0.4.9",
32
- "chalk": "^5.4.1",
33
- "commander": "^12.1.0",
34
- "fastify": "^5.8.5",
35
- "ffmpeg-static": "^5.3.0",
36
- "franc": "^6.2.0",
37
- "get-port": "^7.1.0",
38
- "node-datachannel": "^0.32.0",
39
- "parse-torrent": "^11.0.23",
40
- "uint8-util": "2.2.6",
41
- "webtorrent": "2.8.5",
42
- "werift": "^0.24.2",
43
- "ws": "^8.18.2"
44
- },
45
- "devDependencies": {
46
- "@biomejs/biome": "^2.5.7"
47
- },
48
- "overrides": {
49
- "utp-native": "npm:@torrent-tv/utp-native@2.5.3-ttv.8"
50
- }
51
- }
1
+ {
2
+ "name": "@torrent-tv/proxy",
3
+ "version": "2.80.11",
4
+ "description": "Torrent proxy client that exposes webseed-like HTTP stream endpoint.",
5
+ "license": "GPL-3.0-or-later",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "type": "module",
10
+ "engines": {
11
+ "node": ">=24 <25"
12
+ },
13
+ "bin": {
14
+ "torrent-tv-proxy": "./bin/cli.js"
15
+ },
16
+ "scripts": {
17
+ "patch": "npm whoami && npm version patch && npm publish && git push --follow-tags",
18
+ "minor": "npm whoami && npm version minor && npm publish && git push --follow-tags",
19
+ "major": "npm whoami && npm version major && npm publish && git push --follow-tags",
20
+ "start": "node ./bin/cli.js",
21
+ "dev": "node --inspect=0 --experimental-network-inspection ./bin/cli.js",
22
+ "test": "npm run lint && node --test",
23
+ "graph": "node scripts/render-run-graph.js",
24
+ "lint": "biome lint ."
25
+ },
26
+ "dependencies": {
27
+ "@fastify/cors": "^11.2.0",
28
+ "@fastify/helmet": "^13.0.2",
29
+ "@fastify/static": "^10.1.2",
30
+ "@silentbot1/nat-api": "^0.4.9",
31
+ "chalk": "^5.4.1",
32
+ "commander": "^12.1.0",
33
+ "fastify": "^5.8.5",
34
+ "ffmpeg-static": "^5.3.0",
35
+ "franc": "^6.2.0",
36
+ "get-port": "^7.1.0",
37
+ "node-datachannel": "^0.32.0",
38
+ "parse-torrent": "^11.0.23",
39
+ "uint8-util": "2.2.6",
40
+ "webtorrent": "2.8.5",
41
+ "werift": "^0.24.2",
42
+ "ws": "^8.18.2"
43
+ },
44
+ "devDependencies": {
45
+ "@biomejs/biome": "^2.5.7"
46
+ },
47
+ "overrides": {
48
+ "utp-native": "npm:@torrent-tv/utp-native@2.5.3-ttv.8"
49
+ }
50
+ }