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