Options (1)
--wsbooleanGet multiple values across all workspaces
Example:
npm pkg get {{name}} {{version}} {{[--ws|--workspaces]}}Examples (8)
Get the value of a specific property
npm pkg get nameGet multiple properties at once
npm pkg get name|version|...Get multiple values across all workspaces
npm pkg get name version [--ws|--workspaces]Get a nested or array property value
npm pkg get contributors[0].emailDelete a property from `package.json`
npm pkg delete scripts.buildAuto-fix common errors in `package.json`
npm pkg fixmade by @shridhargupta | data from tldr-pages