Holesail Service Daemon + Bin Client
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user