{
  "name": "@aphrodite/game-sports",
  "sourceRoot": "libs/aphrodite/game-sports/src",
  "projectType": "library",
  "tags": ["scope:aphrodite", "layer:domain", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/aphrodite/game-sports"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx eslint src/",
        "cwd": "libs/aphrodite/game-sports"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx vitest run",
        "cwd": "libs/aphrodite/game-sports"
      }
    }
  }
}
