{
  "name": "@phoebe/knowledge-graph",
  "sourceRoot": "libs/phoebe/knowledge-graph/src",
  "projectType": "library",
  "tags": ["scope:phoebe", "type:library", "domain:knowledge-graph"],
  "targets": {
    "build": {
      "executor": "@nx/js:tsc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "outputPath": "dist/libs/phoebe/knowledge-graph",
        "main": "libs/phoebe/knowledge-graph/src/index.ts",
        "tsConfig": "libs/phoebe/knowledge-graph/tsconfig.lib.json"
      }
    },
    "test": {
      "executor": "@nx/vite:test",
      "outputs": ["{workspaceRoot}/coverage/libs/phoebe/knowledge-graph"],
      "options": {
        "config": "libs/phoebe/knowledge-graph/vitest.config.ts"
      }
    },
    "lint": {
      "executor": "@nx/eslint:lint",
      "options": {
        "lintFilePatterns": ["libs/phoebe/knowledge-graph/**/*.ts"]
      }
    }
  }
}
