{
  "name": "@calliope/brand",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/calliope/brand/src",
  "projectType": "library",
  "tags": ["scope:calliope", "layer:domain", "type:lib"],
  "targets": {
    "build": {
      "executor": "@nx/esbuild:esbuild",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/libs/calliope/brand",
        "main": "libs/calliope/brand/src/index.ts",
        "tsConfig": "libs/calliope/brand/tsconfig.lib.json",
        "assets": [],
        "format": ["esm"],
        "bundle": false
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "outputs": ["{options.outputFile}"],
      "options": {
        "lintFilePatterns": ["libs/calliope/brand/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{workspaceRoot}/coverage/libs/calliope/brand"],
      "options": {
        "config": "libs/calliope/brand/vitest.config.ts"
      }
    }
  }
}
