{
  "name": "@oshun/v9-prometheus",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/v9/prometheus/src",
  "projectType": "library",
  "tags": ["scope:v9", "layer:domain", "type:lib"],
  "targets": {
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{options.reportsDirectory}"],
      "options": { "passWithNoTests": false, "reportsDirectory": "coverage/libs/v9/prometheus" }
    },
    "lint": { "executor": "@nx/eslint:lint" },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": { "command": "tsc --noEmit", "cwd": "libs/v9/prometheus" }
    }
  }
}
