Holesail Service Daemon + Bin Client

This commit is contained in:
Raven Scott
2026-04-09 20:42:54 -04:00
parent 3a69906046
commit c8c877f688
168 changed files with 387155 additions and 30713 deletions
+4 -1
View File
@@ -8,7 +8,7 @@
"start": "node ../../scripts/ensure-pear-node-modules.mjs packages/bare-os-booter && bare index.js",
"dev": "node ../../scripts/ensure-pear-node-modules.mjs packages/bare-os-booter && bare index.js",
"pear:dev": "node ../../scripts/ensure-pear-node-modules.mjs packages/bare-os-booter && pear run --dev .",
"test": "../../node_modules/.bin/brittle-bare test.identity.js && node --require ./scripts/bare-node-test-shim.cjs ../../node_modules/.bin/brittle-node test.js test.bare-openssh-pty.js test.hrpc-allowlist.js test.socket-scm-rights.js",
"test": "../../node_modules/.bin/brittle-bare test.identity.js && node --require ./scripts/bare-node-test-shim.cjs ../../node_modules/.bin/brittle-node test.js test.bare-holesail.js test.bare-holesail-managed.js test.bare-openssh-pty.js test.hrpc-allowlist.js test.socket-scm-rights.js",
"test:bare": "../../node_modules/.bin/brittle-bare test.identity.js test.bare-smoke.js"
},
"dependencies": {
@@ -44,6 +44,7 @@
"corestore": "^7.2.1",
"hypercore-id-encoding": "^1.3.0",
"hyperdrive": "^13.3.2",
"holesail": "^2.4.1",
"hyperbee": "^2.11.1",
"hypercore-crypto": "^3.4.0",
"hyperswarm": "^4.17.0",
@@ -74,6 +75,8 @@
"test.js",
"test.identity.js",
"test.bare-smoke.js",
"test.bare-holesail.js",
"test.bare-holesail-managed.js",
".test-data"
]
}