feat(mise): use bun for npm packages and add opencode

This commit is contained in:
Sergio Laín 2025-06-29 14:00:35 +02:00
parent 08389f78ba
commit b91fb3aca0
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -1,7 +1,6 @@
[tools]
usage = "latest"
bun = "latest"
"npm:five-server" = "latest"
node = "latest"
pnpm = "latest"
uv = "latest"
@ -10,6 +9,7 @@ age = "latest"
deno = "latest"
go = "latest"
watchexec = "latest"
# Cargo Tools
"cargo:cargo-cache" = "latest"
"cargo:kanata" = "latest"
@ -24,6 +24,10 @@ watchexec = "latest"
"pipx:pytest" = "latest"
"pipx:b2" = "latest"
# Node Tools
"npm:five-server" = "latest"
"npm:opencode-ai" = "latest"
[settings]
# plugins can read the versions files used by other version managers (if enabled by the plugin)
# for example, .nvmrc in the case of node's nvm
@ -62,3 +66,4 @@ status = { missing_tools = "if_other_versions_installed", show_env = false, show
cargo_binstall = true # Install pre-compiled cargo packages
pipx_uvx = true # Use uvx instead of pipx
idiomatic_version_file_enable_tools = ["node"]
npm.bun = true