morphit/apps/matrix-bot/package.json
Morphit Team 7c1c3bb332
Some checks failed
morphit-ci / TypeScript typecheck (sweep all workspaces) (push) Has been cancelled
morphit-ci / apps/web svelte-check (svelte-kit sync + svelte-aware tsc) (push) Has been cancelled
morphit-ci / Integration tests (real Postgres 16) (push) Has been cancelled
morphit-ci / ansible-lint (playbook quality gate) (push) Has been cancelled
morphit-ci / Smoke suite (run-smokes.sh, triple-pulse) (push) Has been cancelled
morphit-release / Build + publish release tarball (push) Has been cancelled
v1.11.1 — registration self-heal + data-fs disk health + offline-install RPC softening + node-health unification (cp707-cp710)
2026-08-11 17:38:41 -07:00

33 lines
951 B
JSON

{
"name": "morphit-matrix-bot",
"version": "1.11.1",
"description": "Morphit matrix-bot sidecar — tails journalctl, classifies operator alerts by tier (CRITICAL/WARN/INFO), forwards to Matrix DM. Per OPERATIONS.md §16 'Routing alerts elsewhere'.",
"type": "module",
"private": true,
"license": "AGPL-3.0-only",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "tsx watch src/main.ts",
"format": "prettier --write .",
"lint": "prettier --check .",
"start": "tsx src/main.ts",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@morphit/operator-config": "*",
"better-sqlite3": "^11.5.0",
"matrix-bot-sdk": "^0.7.1",
"tsx": "^4.19.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^22.7.5",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
}
}