The `bun` CLI can be used to execute `package.json` scripts and much more. The CLI options for this subcommand is identical to [`bun run`](https://bun.sh/docs/cli/run) but is specifically catered to running `package.json` scripts. This specificity may be useful since if used in a directory with a file or folder that shares a name with a `package.json` script, then `bun run` will prefer attempting to load the path instead and not run the script. ## Example ```sh $ bun [bun flags] run-script