mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
14 lines
319 B
JSON
14 lines
319 B
JSON
{
|
|
"bin": {
|
|
"bun": "bin/bun"
|
|
},
|
|
"license": "MIT",
|
|
"name": "bun-cli",
|
|
"repository": "https://github.com/jarred-sumner/bun",
|
|
"scripts": {
|
|
"postinstall": "node postinstall.js",
|
|
"prepublishOnly": "rm -rf ./bin/bun; chmod +x ./reset-bin.js; cp ./reset-bin.js ./bin/bun"
|
|
},
|
|
"version": "0.0.0-10"
|
|
}
|