mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 19:49:25 +01:00
12 lines
238 B
JSON
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"
|
|
}
|