{
  "name": "@hathor/simulation-worker",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/hathor/simulation-worker/src",
  "projectType": "application",
  "tags": ["scope:hathor", "type:app", "layer:workers"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/apps/hathor/simulation-worker",
        "main": "apps/hathor/simulation-worker/src/index.ts",
        "tsConfig": "apps/hathor/simulation-worker/tsconfig.app.json",
        "assets": []
      }
    },
    "serve": {
      "executor": "@nx/js:node",
      "options": {
        "buildTarget": "@hathor/simulation-worker:build"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["apps/hathor/simulation-worker/**/*.ts"]
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "apps/hathor/simulation-worker",
        "command": "vitest run"
      }
    }
  }
}
