{
  "name": "psyche-avatar-lipsync",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/psyche/avatar-lipsync/src",
  "projectType": "library",
  "tags": ["scope:psyche", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsup",
        "cwd": "libs/psyche/avatar-lipsync"
      },
      "outputs": ["{projectRoot}/dist"]
    },
    "test": {
      "executor": "@nx/vite:test",
      "options": {
        "config": "libs/psyche/avatar-lipsync/vitest.config.ts"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/psyche/avatar-lipsync/**/*.ts"]
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/psyche/avatar-lipsync"
      }
    }
  }
}
