{ "name": "@parking/trainer", "version": "0.0.0", "private": true, "//": "Thin shim so this Python job is a node in the Turbo task graph (NOT a JS package — deps are managed by uv/pyproject.toml). It is a one-off job image, never a booth service: see wiki/decisions/bodytype-classifier-training.md.", "scripts": { "lint": "uv run ruff check .", "format": "uv run ruff format .", "typecheck": "uv run mypy trainer", "test": "uv run pytest -q", "build": "echo 'no build step (Python job; see Dockerfile)'" } }