{
  "name": "@hathor/llm-npc",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/hathor/llm-npc/src",
  "projectType": "library",
  "tags": ["scope:hathor", "layer:domain", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "cwd": "libs/hathor/llm-npc",
        "command": "tsup"
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{options.reportsDirectory}"],
      "options": {
        "config": "libs/hathor/llm-npc/vitest.config.ts",
        "passWithNoTests": true,
        "reportsDirectory": "coverage/libs/hathor/llm-npc"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint"
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "command": "tsc --noEmit",
        "cwd": "libs/hathor/llm-npc"
      }
    }
  }
}
