This commit is contained in:
Raven Scott
2026-05-21 13:39:31 -04:00
parent 3949d11395
commit 2713dcf8cc
190 changed files with 2742 additions and 706 deletions
@@ -5,7 +5,10 @@
"main": "index.js",
"type": "commonjs",
"license": "Apache-2.0",
"scripts": { "test": "brittle-bare test/test.js" },
"scripts": {
"test": "brittle-bare test/test.js",
"bundle": "node ../../scripts/bundle-module.mjs hyper-p2p-subscription-lease"
},
"dependencies": {
"bare-events": "^2.8.0",
"bare-process": "^4.4.0",
@@ -18,9 +21,17 @@
"hyperswarm": "^4.0.0",
"bare": ">=1.0.0"
},
"devDependencies": { "brittle": "^3.0.0" },
"devDependencies": {
"brittle": "^3.0.0"
},
"imports": {
"process": { "bare": "bare-process", "default": "process" },
"events": { "bare": "bare-events", "default": "events" }
"process": {
"bare": "bare-process",
"default": "process"
},
"events": {
"bare": "bare-events",
"default": "events"
}
}
}
}