{
  "name": "uzume-protocol-engines",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "libs/uzume/protocol-engines",
  "projectType": "library",
  "tags": ["scope:uzume", "type:rust", "layer:infrastructure"],
  "targets": {
    "check": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cd libs/uzume/protocol-engines && cargo check --workspace"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cd libs/uzume/protocol-engines && cargo test --workspace"
      }
    },
    "test:integration": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cd libs/uzume/protocol-engines && cargo test -p uzume-integration-tests -- --nocapture"
      }
    },
    "build:wasm": {
      "executor": "nx:run-commands",
      "options": {
        "command": "cd libs/uzume/protocol-engines && ./scripts/build-web.sh"
      }
    }
  }
}
