mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
27 lines
533 B
JSON
27 lines
533 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/main/.schema/devbox.schema.json",
|
|
"packages": [
|
|
"gum@latest",
|
|
"docker@latest",
|
|
"go@1.24.4",
|
|
"gcc@latest",
|
|
"jq@latest",
|
|
"trunk@latest",
|
|
"mods@latest",
|
|
"yq@latest",
|
|
"dasel@latest"
|
|
],
|
|
"env": {},
|
|
"shell": {
|
|
"init_hook": [
|
|
"go mod download"
|
|
],
|
|
"scripts": {
|
|
"build": "make build-all",
|
|
"test": "make test-all",
|
|
"snapshot": "make snapshot",
|
|
"release": "make release"
|
|
}
|
|
}
|
|
}
|