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