{
  "name": "@psyche/tavus-phoenix",
  "sourceRoot": "libs/psyche/tavus-phoenix/src",
  "projectType": "library",
  "tags": ["scope:psyche", "type:library", "layer:infrastructure"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "tsup",
        "cwd": "libs/psyche/tavus-phoenix"
      },
      "dependsOn": ["^build"]
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/psyche/tavus-phoenix/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "options": {
        "config": "libs/psyche/tavus-phoenix/vitest.config.ts"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/psyche/tavus-phoenix"
      }
    }
  }
}
