npx syzer -o > package.json
- This makes it easy to edit programmatically with jq, or manually.
npx syzer, without -u, is not easy for grepping
- PNPM does support
package.yaml and package.json5
Also, piping in would also be beneficial, because of jq as well.
cat package.json | jq '.dependencies' | npx syzer
npx syzer -o > package.jsonnpx syzer, without-u, is not easy for greppingpackage.yamlandpackage.json5Also, piping in would also be beneficial, because of
jqas well.