{
  "name": "psyche-memory-embeddings",
  "projectType": "library",
  "sourceRoot": "libs/psyche/memory-embeddings/src",
  "tags": ["scope:psyche", "domain:psyche", "type:lib"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "command": "tsup",
        "cwd": "libs/psyche/memory-embeddings"
      },
      "dependsOn": ["^build"]
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "vitest run",
        "cwd": "libs/psyche/memory-embeddings"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/psyche/memory-embeddings/src/**/*.ts"]
      }
    }
  }
}
