{ "name": "@fusion-plugin/telemetry-watcher", "version": "0.1.0", "type": "module", "description": "Watches PostHog/Grafana/Sentry signals, classifies anomalies, and opens incident tasks scoped to the sase autonomous engineering pipeline.", "keywords": [ "fusion-plugin" ], "exports": { ".": { "types": "./src/index.ts", "import": "./dist/index.js" } }, "private": true, "scripts": { "build": "tsc", "test": "vitest run --silent=passed-only --reporter=dot" }, "devDependencies": { "@types/node": "^25.5.2", "typescript": "^5.7.0", "vitest": "^3.2.4" } }