{
  "name": "@cybele/integration",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/cybele/integration/src",
  "projectType": "library",
  "tags": ["scope:cybele", "type:integration"],
  "targets": {
    "test": {
      "executor": "nx:run-commands",
      "options": { "command": "npx vitest run", "cwd": "libs/cybele/integration" }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "eslint src/ --max-warnings 0 --no-warn-ignored",
        "cwd": "libs/cybele/integration"
      }
    }
  }
}
