Files
modules/media-streaming/hyper-p2p-media-chunker/package.json
T
Raven ScottandCursor cacab441af Promote all media-streaming modules to production tier.
Bumps remaining scaffold package versions to 0.3.1 and aligns registry with deepened APIs.

Co-authored-by: Cursor <[email protected]>
2026-05-21 01:35:55 -04:00

26 lines
796 B
JSON

{
"name": "hyper-p2p-media-chunker",
"version": "0.3.1",
"description": "P2P media streaming — media chunker.",
"main": "index.js",
"type": "commonjs",
"license": "Apache-2.0",
"scripts": { "test": "brittle-bare test/test.js" },
"dependencies": {
"bare-events": "^2.8.0",
"bare-process": "^4.4.0",
"bare-timers": "^2.0.0",
"b4a": "^1.6.7",
"hypercore-crypto": "^3.0.0",
"protomux": "^3.0.0",
"compact-encoding": "^2.0.0"
},
"peerDependencies": { "hyperswarm": "^4.0.0", "bare": ">=1.0.0" },
"devDependencies": { "brittle": "^3.0.0" },
"imports": {
"process": { "bare": "bare-process", "default": "process" },
"events": { "bare": "bare-events", "default": "events" },
"timers": { "bare": "bare-timers", "default": "timers" }
}
}