Initial import of verae-archive-aggregator from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 13:37:39 -04:00
commit 7cbd4dc383
5 changed files with 137 additions and 0 deletions

8
package.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "verae-archive-aggregator",
"version": "0.1.0",
"type": "module",
"description": "Aggregate bloom-filtered WORM archive replies into job JSON",
"scripts": { "test": "node --test test/*.test.js" },
"engines": { "node": ">=20" }
}