JavaScript runtime and toolkit. Includes a bundler, a test runner, and a package manager. More information: https://bun.sh.
package.json
script:bun run path/to/file|script_name
bun test
package.json
:bun install
package.json
:bun add module_name
package.json
:bun remove module_name
bun init
bun repl
bun upgrade