1{
2 "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.6/.schema/devbox.schema.json",
3 "packages": ["turso-cli@latest", "nodejs@22", "bun@latest", "sqld@latest"],
4 "env": {
5 "DEVBOX_COREPACK_ENABLED": "true",
6 "COREPACK_ENABLE_DOWNLOAD_PROMPT": "0"
7 }
8}