master-zapier-plan-draft/packages/verae-keep/package.json
George Lambert baaf1c2275
Some checks are pending
offline / test (push) Waiting to run
Add verae-keep: host supervisor with watch+guard on NS1.
Restarts crashed units unless the admin console paused or stopped
them. Fleet writes per-instance intent.json. Tested on 138:
crash-restart, pause-hold, watch respawn of keep.
2026-09-11 19:25:11 -04:00

14 lines
402 B
JSON

{
"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" }
}