Initial import of verae-keep from zapier monorepo

This commit is contained in:
George Lambert 2026-09-11 19:55:20 -04:00
commit 100a35d589
17 changed files with 1000 additions and 0 deletions

14
package.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "verae-keep",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Host service keep-alive: restart crashed units unless the admin console paused or stopped them",
"scripts": {
"start": "node src/keep.js",
"watch": "node src/watch.js",
"guard": "bash scripts/guard.sh",
"test": "node --test test/*.test.js"
},
"engines": { "node": ">=20" }
}