mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
18 lines
276 B
JSON
18 lines
276 B
JSON
{
|
|
"cpu": [
|
|
"x64",
|
|
"arm64"
|
|
],
|
|
"description": "macOS build of Bun",
|
|
"directories": {
|
|
"bin": "bin"
|
|
},
|
|
"name": "bun-cli-mac",
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"private": "false",
|
|
"repository": "https://github.com/jarred-sumner/bun",
|
|
"version": "0.0.37"
|
|
}
|