bun-pm-pkg
TLDR
Get all properties from package.json
Get a single property
Get multiple properties
Set a property
Delete a property
Automatically fix common issues in package.json
SYNOPSIS
bun-pm-pkg [options] [package]
DESCRIPTION
The bun-pm-pkg command is not a standard Linux utility or part of core Bun toolkit. Bun is a fast JavaScript/TypeScript runtime and bundler with an integrated package manager that rivals npm, Yarn, and pnpm in speed.
Bun's package management uses commands like bun install, bun add <pkg>, bun remove <pkg>, and bun pm ls to list installed packages globally or locally. It supports package.json, bun.lockb (binary lockfile), and works with thousands of npm packages out-of-the-box.
If bun-pm-pkg refers to a custom alias, script, or third-party tool for Bun package handling (e.g., packaging or inspecting pkgs), it requires specific installation. No man page or standard docs exist. Verify with bun --help or Bun docs for similar functionality like bun pm cache rm or building executables via bun build.
Common use case: Fast dependency management in JS projects on Linux/macOS/Windows.
CAVEATS
Not a recognized command; likely custom or misspelled. Install Bun first: curl -fsSL https://bun.sh/install | bash. Check bun pm --help for real PM tools.
BUN PM ALTERNATIVES
Use bun pm ls to list pkgs, bun pm cache stats for cache info, bun add for installs.
VERIFICATION
Run bun --help | grep pm or visit bun.sh/docs for current commands.
HISTORY
Bun launched in September 2022 by Jarred Sumner (ex-Cloudflare). Package manager matured in alphas, stabilized in Bun 1.0 (September 2024). Focuses on speed via Zig/WebKit. No historical bun-pm-pkg.


