{
  "name": "@neith/qa",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/neith/qa/src",
  "projectType": "library",
  "tags": ["scope:neith", "layer:infra", "type:lib"],
  "targets": {
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/neith/qa"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx vitest run -c vitest.config.ts",
        "cwd": "libs/neith/qa"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx eslint src/**/*.ts",
        "cwd": "libs/neith/qa"
      }
    },
    "sbom": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx tsx src/code-quality/phase52-sbom.cli.ts",
        "cwd": "libs/neith/qa"
      }
    }
  }
}
