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