{ "name": "@parking/vision", "version": "0.0.0", "private": true, "//": "Thin shim so this Python service is a first-class node in the Turbo task graph (it is NOT a JS package — deps are managed by uv/pyproject.toml). Each script shells to Python tooling. See wiki/decisions/vision-service-packaging.md.", "scripts": { "dev": "uv run uvicorn vision_service.app:app --reload --host 0.0.0.0 --port 8089", "start": "uv run uvicorn vision_service.app:app --host 0.0.0.0 --port 8089", "lint": "uv run ruff check .", "format": "uv run ruff format .", "typecheck": "uv run mypy vision_service", "test": "uv run pytest -q", "build": "echo 'no build step (Python service; models fetched at deploy)'" } }