package.json
{
"name": "cncp-failure-collector",
"version": "0.1.0",
"description": "Tails pm2 + launchd for failures and posts them as CNCP tasks. Tick 1: data only. Tick 2: Hermes 3 classifier on MS1.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"once": "node index.js --once"
},
"license": "UNLICENSED",
"private": true
}