{
  "name": "@nyx/renderer-hdr",
  "sourceRoot": "libs/nyx/renderer/hdr/src",
  "projectType": "library",
  "tags": ["scope:nyx", "layer:rendering", "type:library"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/libs/nyx/renderer/hdr",
        "main": "libs/nyx/renderer/hdr/src/index.ts",
        "tsConfig": "libs/nyx/renderer/hdr/tsconfig.lib.json",
        "assets": []
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "outputs": ["{options.outputFile}"],
      "options": {
        "lintFilePatterns": ["libs/nyx/renderer/hdr/**/*.ts"]
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{options.reportsDirectory}"],
      "options": {
        "config": "libs/nyx/renderer/hdr/vitest.config.ts"
      }
    }
  }
}
