{"tool":"bun","tool_display":"Bun","intent":"install-specific-version","intent_display":"install specific version","title":"Bun Command: install specific version","command_string":"bun add <package>@<version>","raw_command_string":"bun add {{package}}@{{version}}","description":"Exact CLI syntax to install specific version using Bun.","usage_scenario":"You need to install a specific version of a package for your project.","scenario_context":"You need to install a specific version of a package for your project.","simulated_output":"$ bun add express@4.17.1\n✔ Installed express@4.17.1","how_to_steps":["Run the command: bun add express@4.17.1","Check package.json to confirm express version is 4.17.1."],"inferred_category":"Package Management","canonical_url":"https://www.syntaxstandard.com/bun/install-specific-version"}