project-nomad/agent/package.json
copilot-swe-agent[bot] 935d0ab22b Add container stack, nginx config, NAS templates, and monitoring agent
Co-authored-by: DocwatZ <227472400+DocwatZ@users.noreply.github.com>
2026-03-13 17:32:28 +00:00

12 lines
238 B
JSON

{
"name": "nomad-agent",
"version": "1.0.0",
"description": "Project N.O.M.A.D. lightweight monitoring agent",
"type": "module",
"main": "agent.mjs",
"scripts": {
"start": "node agent.mjs"
},
"license": "Apache-2.0"
}