{
  "name": "@aphrodite/game-ecs",
  "sourceRoot": "libs/aphrodite/game-ecs/src",
  "projectType": "library",
  "tags": ["scope:aphrodite", "layer:domain"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm run build",
        "cwd": "libs/aphrodite/game-ecs"
      },
      "outputs": ["{projectRoot}/dist"]
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm run lint",
        "cwd": "libs/aphrodite/game-ecs"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm run test",
        "cwd": "libs/aphrodite/game-ecs"
      }
    }
  }
}
