{
  "name": "@psyche/slo-alerting",
  "sourceRoot": "libs/psyche/slo-alerting/src",
  "projectType": "library",
  "tags": ["scope:psyche", "type:lib", "domain:monitoring"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "tsup",
        "cwd": "libs/psyche/slo-alerting"
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "options": {
        "config": "libs/psyche/slo-alerting/vitest.config.ts"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/psyche/slo-alerting/**/*.ts"]
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit -p libs/psyche/slo-alerting/tsconfig.json"
      }
    }
  }
}
