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