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