Some checks are pending
offline / test (push) Waiting to run
In-process trace console validates hops, faults, recoveries, and suggested changes before zapier-platform push. User guide covers signup through central-chain and bulk-summary tree-node hash lookup.
11 lines
329 B
JSON
11 lines
329 B
JSON
{
|
|
"name": "verae-zapier-simulator",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "Zapier interface simulator with hop-by-hop trace console (errors, delays, recoveries, suggestions)",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"test": "node --test test/*.test.js"
|
|
},
|
|
"engines": { "node": ">=20" }
|
|
}
|