{
  "name": "@bellona/interchange",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/bellona/interchange/src",
  "projectType": "library",
  "tags": ["scope:bellona", "layer:domain", "pipeline:interchange", "type:lib"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/libs/bellona/interchange",
        "main": "libs/bellona/interchange/src/index.ts",
        "tsConfig": "libs/bellona/interchange/tsconfig.lib.json"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit -p tsconfig.lib.json",
        "cwd": "libs/bellona/interchange"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/bellona/interchange/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "options": {
        "config": "libs/bellona/interchange/vitest.config.ts"
      }
    }
  }
}
