{ "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json", "packages": [ "tigerbeetle@latest", "ipfs@latest" ], "shell": { "scripts": { "init": [], "start": [ "devbox services up" ], "stop": [ "devbox services down" ] } } }