10 lines
253 B
JSON
10 lines
253 B
JSON
{
|
|
"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" }
|
|
}
|