dragonflight/services/node-agent/package.json

14 lines
302 B
JSON
Raw Normal View History

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