{
  "name": "@psyche/tavus-objectives",
  "sourceRoot": "libs/psyche/tavus-objectives/src",
  "projectType": "library",
  "tags": ["scope:psyche", "layer:domain"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "pnpm run build",
        "cwd": "libs/psyche/tavus-objectives"
      },
      "dependsOn": ["^build"]
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm run lint",
        "cwd": "libs/psyche/tavus-objectives"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm run test",
        "cwd": "libs/psyche/tavus-objectives"
      },
      "dependsOn": ["build"]
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm run typecheck",
        "cwd": "libs/psyche/tavus-objectives"
      }
    }
  }
}
