{
  "name": "tara-tools",
  "$schema": "../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "tools/tara",
  "projectType": "library",
  "tags": ["scope:tara", "type:tools"],
  "targets": {
    "process-audio": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx tsx tools/tara/process-audio.ts",
        "cwd": "{workspaceRoot}"
      }
    },
    "process-images": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx tsx tools/tara/process-images.ts",
        "cwd": "{workspaceRoot}"
      }
    },
    "validate-content": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx tsx tools/tara/validate-content.ts --all",
        "cwd": "{workspaceRoot}"
      }
    },
    "upload-content": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx tsx tools/tara/upload-content.ts",
        "cwd": "{workspaceRoot}"
      }
    },
    "content-versioning": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx tsx tools/tara/content-versioning.ts",
        "cwd": "{workspaceRoot}"
      }
    }
  }
}
