{
  "name": "psyche-head-movement",
  "sourceRoot": "libs/psyche/head-movement/src",
  "projectType": "library",
  "tags": ["scope:psyche", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "tsup",
        "cwd": "libs/psyche/head-movement"
      },
      "dependsOn": ["^build"]
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/psyche/head-movement/**/*.ts"]
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "vitest run",
        "cwd": "libs/psyche/head-movement"
      }
    }
  }
}
