Initial import of verae-request-splitter from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 12:58:42 -04:00
commit 969f01e01d
5 changed files with 134 additions and 0 deletions

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "verae-request-splitter",
"version": "0.1.0",
"type": "module",
"description": "Split hash/sign vs attachments for chain vs WORM archives",
"scripts": {
"test": "node --test test/*.test.js"
},
"engines": { "node": ">=20" }
}