{
  "name": "aphrodite-vod-chaptering",
  "sourceRoot": "libs/aphrodite/vod-chaptering/src",
  "projectType": "library",
  "tags": ["scope:aphrodite", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "tsup",
        "cwd": "libs/aphrodite/vod-chaptering"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/aphrodite/vod-chaptering/src/**/*.ts"]
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/aphrodite/vod-chaptering"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "vitest run",
        "cwd": "libs/aphrodite/vod-chaptering"
      }
    }
  }
}
