Some checks are pending
offline / test (push) Waiting to run
Each module has SUMMARY.md and NATS.md (who sends/receives, subject addresses, payload). Tests: splitter 3, worm 3, aggregator 2. Forgejo repos pushed separately; this commit keeps them in the monorepo.
8 lines
251 B
JSON
8 lines
251 B
JSON
{
|
|
"name": "verae-archive-worm",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "Bloom-filtered WORM archive node for off-chain metadata and files",
|
|
"scripts": { "test": "node --test test/*.test.js" },
|
|
"engines": { "node": ">=20" }
|
|
}
|