bun-pm-pkg
Read and modify package.json fields
TLDR
Get a package.json field
$ bun pm pkg get [field]
Set a package.json field$ bun pm pkg set [field]=[value]
Delete a package.json field$ bun pm pkg delete [field]
SYNOPSIS
bun pm pkg subcommand [args]
DESCRIPTION
bun pm pkg provides commands to read and modify package.json fields programmatically. This is useful for scripting and automation.
SUBCOMMANDS
get field
Get the value of a package.json field.set field=value
Set a package.json field.delete field
Delete a package.json field.
