{ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json", "packages": [ "nodejs@20", "tilt@latest", "ctlptl@latest", "kubectl@latest", "cmctl@latest" ], "env": { "DEVBOX_COREPACK_ENABLED": "true", "ENV": "development" }, "shell": { "init_hook": [ "pnpm install" ], "scripts": { "test": [ "echo \"Error: no test specified\" && exit 1" ] } } }