13 lines
302 B
JSON
13 lines
302 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|