To remove a dependency:bun remove ts-nodeCLI Usage$bun remove <packages>FlagsConfig File-c,--config=<val>Specify path to config file (bunfig.toml)Lockfile Management-y,--yarnWrite a yarn.lock file (yarn v1)--no-saveDon't update package.json or save a lockfile--saveSave to package.json (true by default)--frozen-lockfileDisallow changes to lockfile--save-text-lockfileSave a text-based lockfile--lockfile-onlyGenerate a lockfile without installing dependenciesDependency Management-p,--productionDon't install devDependencies--trustAdd to trustedDependencies in the project's package.json and install the package(s)--omit=<val>Exclude 'dev', 'optional', or 'peer' dependencies from installCertificate Management--ca=<val>Provide a Certificate Authority signing certificate--cafile=<val>The same as `--ca`, but is a file path to the certificateDry Run--dry-runDon't install anythingForce Update-f,--forceAlways request the latest versions from the registry & reinstall all dependenciesCaching--cache-dir=<val>Store & load cached data from a specific directory path--no-cacheIgnore manifest cache entirelyLogging and Output--silentDon't log anything--verboseExcessively verbose logging--no-progressDisable the progress bar--no-summaryDon't print a summaryIntegrity and Scripts--no-verifySkip verifying integrity of newly downloaded packages--ignore-scriptsSkip lifecycle scripts in the project's package.json (dependency scripts are never run)Global Installation-g,--globalInstall globallyWorking Directory--cwd=<val>Set a specific cwdInstallation Backend--backend=<val>Platform-specific optimizations for installing dependencies. Possible values: "clonefile" (default), "hardlink", "symlink", "copyfile"Registry--registry=<val>Use a specific registry by default, overriding .npmrc, bunfig.toml and environment variablesConcurrency--concurrent-scripts=<val>Maximum number of concurrent jobs for lifecycle scripts (default 5)--network-concurrency=<val>Maximum number of concurrent network requests (default 48)Help-h,--helpPrint this help menuExamplesRemove a dependencybun remove ts-nodeFull documentation is available at https://bun.sh/docs/cli/remove