{
  "name": "@v4/companion",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "apps/v4/companion/src",
  "projectType": "application",
  "tags": ["scope:v4", "layer:client", "type:app"],
  "targets": {
    "test": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "pnpm -C apps/v4/companion run test"
      },
      "inputs": ["v4Test"]
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "cache": true,
      "options": {
        "command": "pnpm -C apps/v4/companion run typecheck"
      },
      "inputs": ["v4Production"]
    }
  }
}
