{
  "name": "aphrodite-stream-upscaling",
  "sourceRoot": "libs/aphrodite/stream-upscaling/src",
  "projectType": "library",
  "tags": ["scope:aphrodite", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsup && cp src/public-api.d.ts dist/index.d.ts",
        "cwd": "libs/aphrodite/stream-upscaling"
      },
      "outputs": ["{projectRoot}/dist"]
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/aphrodite/stream-upscaling/**/*.ts"]
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/aphrodite/stream-upscaling"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "vitest run",
        "cwd": "libs/aphrodite/stream-upscaling"
      }
    }
  }
}
