{ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.2/.schema/devbox.schema.json", "packages": [ "python@3.12", "ffmpeg@latest", "espeak-ng@latest" ], "shell": { "init_hook": [ ". $VENV_DIR/bin/activate", "pip install --no-cache-dir -r requirements.txt" ], "scripts": { "vocalizr": [ "python src/vocalizr" ] } } }