{
  "name": "@v2/iris-commentary-orchestration",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/v2/iris-commentary-orchestration/src",
  "projectType": "library",
  "tags": ["scope:v2", "layer:service", "type:lib", "domain:commentary"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/apps/v2/iris-commentary-orchestration",
        "main": "apps/v2/iris-commentary-orchestration/src/index.ts",
        "tsConfig": "apps/v2/iris-commentary-orchestration/tsconfig.lib.json",
        "assets": ["apps/v2/iris-commentary-orchestration/README.md"]
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "node --max-old-space-size=8192 ./node_modules/eslint/bin/eslint.js \"apps/v2/iris-commentary-orchestration/src/**/*.ts\" --ignore-pattern \"apps/v2/iris-commentary-orchestration/src/**/*.spec.ts\""
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "outputs": ["{workspaceRoot}/coverage/apps/v2/iris-commentary-orchestration"],
      "options": {
        "command": "pnpm exec vitest run --config apps/v2/iris-commentary-orchestration/vitest.config.ts"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit -p apps/v2/iris-commentary-orchestration/tsconfig.lib.json && tsc --noEmit -p apps/v2/iris-commentary-orchestration/tsconfig.spec.json"
      }
    }
  }
}
