{
  "name": "v6-egbe-ori-service",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/v6/egbe-ori-service/src",
  "projectType": "application",
  "tags": ["scope:v6", "layer:service", "type:rust-app"],
  "implicitDependencies": ["@oshun/egbe-protocol"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo build --manifest-path apps/v6/Cargo.toml -p egbe-ori-service"
      },
      "inputs": ["v6Production", "^v6Production"],
      "dependsOn": ["^build"]
    },
    "lint": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo fmt --manifest-path apps/v6/Cargo.toml --all -- --check"
      },
      "inputs": [
        "v6Production",
        "{workspaceRoot}/eslint.config.js",
        "{workspaceRoot}/.eslintrc.json"
      ]
    },
    "test": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo test --manifest-path apps/v6/Cargo.toml -p egbe-ori-service"
      },
      "inputs": ["v6Test", "^v6Production"]
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "cargo check --manifest-path apps/v6/Cargo.toml -p egbe-ori-service"
      },
      "inputs": ["v6Production", "^v6Production"]
    }
  }
}
