{
  "name": "psyche-knowledge-retrieval",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/psyche/knowledge-retrieval/src",
  "projectType": "library",
  "tags": ["scope:psyche", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm run build",
        "cwd": "libs/psyche/knowledge-retrieval"
      },
      "outputs": ["{projectRoot}/dist"]
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm run lint",
        "cwd": "libs/psyche/knowledge-retrieval"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "pnpm run test",
        "cwd": "libs/psyche/knowledge-retrieval"
      }
    }
  }
}
