{
  "name": "@psyche/aiops-anomaly",
  "sourceRoot": "libs/psyche/aiops-anomaly/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/aiops-anomaly"
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "options": {
        "config": "libs/psyche/aiops-anomaly/vitest.config.ts"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/psyche/aiops-anomaly/**/*.ts"]
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit -p libs/psyche/aiops-anomaly/tsconfig.json"
      }
    }
  }
}
