{
  "name": "psyche-quality-trend-analysis",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/psyche/quality-trend-analysis/src",
  "projectType": "library",
  "tags": ["scope:psyche", "type:lib", "domain:quality"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx tsup",
        "cwd": "libs/psyche/quality-trend-analysis"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx vitest run",
        "cwd": "libs/psyche/quality-trend-analysis"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/psyche/quality-trend-analysis"
      }
    }
  }
}
