feat(node-agent): add package.json for cluster heartbeat agent

This commit is contained in:
Zac Gaetano 2026-05-20 13:47:53 -04:00
parent 86b80e043e
commit feb78b8bcb

View file

@ -0,0 +1,13 @@
{
"name": "wild-dragon-node-agent",
"version": "1.0.0",
"description": "Wild Dragon MAM cluster node agent — heartbeats system stats to the primary orchestrator",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=18"
}
}