{
  "name": "neith-integration-bellona",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/neith/integration-bellona/src",
  "projectType": "library",
  "tags": ["scope:neith", "scope:bellona", "type:integration"],
  "targets": {
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit --project libs/neith/integration-bellona/tsconfig.lib.json",
        "cwd": "."
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "npx vitest run libs/neith/integration-bellona/src",
        "cwd": "."
      }
    }
  }
}
