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