{
  "name": "psyche-face-analysis",
  "root": "libs/psyche/face-analysis",
  "sourceRoot": "libs/psyche/face-analysis/src",
  "projectType": "library",
  "tags": ["scope:psyche", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsup",
        "cwd": "libs/psyche/face-analysis"
      },
      "outputs": ["{projectRoot}/dist"]
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "vitest run",
        "cwd": "libs/psyche/face-analysis"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "eslint src --ext .ts,.tsx",
        "cwd": "libs/psyche/face-analysis"
      }
    }
  }
}
