{ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.5/.schema/devbox.schema.json", "packages": [ "nodejs@21" ], "env": { "DEVBOX_COREPACK_ENABLED": "true" }, "shell": { "init_hook": [], "scripts": { "test": [ "echo \"Error: no test specified\" && exit 1" ] } } }