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