Initial import of verae-zapier-simulator from zapier monorepo
This commit is contained in:
commit
58d382ff8f
10 changed files with 1637 additions and 0 deletions
11
package.json
Normal file
11
package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"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" }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue