use npx json instead of jq (#617)

This commit is contained in:
Olcan
2025-05-30 01:12:36 -07:00
committed by GitHub
parent 8935a248f6
commit 094b9dc474
5 changed files with 21 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ As with most Node projects, major development scripts can be found in the `packa
#### Dependencies
The build toolchain requires `npm` and `jq` to be installed. You can use the `scripts/setup-dev.sh` script to install these prerequisites.
The build toolchain requires `npm` to be installed. You can install it using `scripts/setup-dev.sh`.
#### Enabling Sandboxing