{
  "name": "@oshun/v3-fallback-bake",
  "$schema": "../../../node_modules/nx/schemas/project-schema.json",
  "sourceRoot": "tools/v3/fallback-bake/src",
  "projectType": "application",
  "tags": ["scope:v3", "scope:tools", "type:cli"],
  "implicitDependencies": ["@oshun/lilith-engine-web-fallback"],
  "targets": {
    "build": {
      "executor": "nx:run-commands",
      "outputs": ["{projectRoot}/dist"],
      "options": {
        "cwd": "tools/v3/fallback-bake",
        "command": "tsc"
      }
    },
    "typecheck": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "tools/v3/fallback-bake",
        "command": "tsc --noEmit"
      }
    },
    "lint": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "tools/v3/fallback-bake",
        "command": "pnpm run lint"
      }
    },
    "test": {
      "executor": "nx:run-commands",
      "options": {
        "cwd": "tools/v3/fallback-bake",
        "command": "vitest run --config vitest.config.ts"
      }
    }
  }
}
