{
  "name": "neith-alert-ingest",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/neith/alert-ingest/src",
  "projectType": "library",
  "tags": ["scope:neith", "layer:infra", "type:lib"],
  "targets": {
    "test": {
      "executor": "nx:run-commands",
      "options": { "command": "vitest run --config libs/neith/alert-ingest/vitest.config.ts" }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": { "command": "tsc --noEmit", "cwd": "libs/neith/alert-ingest" }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": { "command": "eslint src/**/*.ts", "cwd": "libs/neith/alert-ingest" }
    }
  }
}
