It would be neat of there was a builtin version of this to avoid relying on having `jq` installed. Something like ``` let werk-vscode-version = read-json "werk-vscode/package.json" | keypath ".version" ``` _Originally posted by @jakobhellermann in https://github.com/simonask/werk/pull/44#discussion_r1941889087_