{
  "name": "@maya/crucible-governance",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/maya/crucible-governance/src",
  "projectType": "library",
  "tags": ["scope:maya", "layer:crucible", "type:ts-lib"],
  "targets": {
    "build:ts": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "tsc -p tsconfig.lib.json",
        "cwd": "libs/maya/crucible-governance"
      },
      "inputs": ["{projectRoot}/src/**/*.ts", "{projectRoot}/tsconfig*.json"]
    },
    "lint:ts": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "pnpm exec prettier --check \"src/**/*.ts\"",
        "cwd": "libs/maya/crucible-governance"
      },
      "inputs": ["{projectRoot}/src/**/*.ts"]
    },
    "test:ts": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "pnpm exec vitest run",
        "cwd": "libs/maya/crucible-governance"
      },
      "inputs": ["{projectRoot}/src/**/*.ts", "{projectRoot}/vitest.config.ts"]
    },
    "typecheck:ts": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "tsc --noEmit -p tsconfig.spec.json",
        "cwd": "libs/maya/crucible-governance"
      },
      "inputs": ["{projectRoot}/src/**/*.ts", "{projectRoot}/tsconfig*.json"]
    }
  }
}
