{
  "name": "psyche-avatar-cache",
  "root": "libs/psyche/avatar-cache",
  "sourceRoot": "libs/psyche/avatar-cache/src",
  "projectType": "library",
  "tags": ["scope:psyche", "type:lib", "layer:domain"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "tsup",
        "cwd": "libs/psyche/avatar-cache"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/psyche/avatar-cache/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "options": {
        "config": "libs/psyche/avatar-cache/vitest.config.ts"
      }
    }
  }
}
