feat(node-agent): add package.json for cluster heartbeat agent
This commit is contained in:
parent
86b80e043e
commit
feb78b8bcb
1 changed files with 13 additions and 0 deletions
13
services/node-agent/package.json
Normal file
13
services/node-agent/package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue