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