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