blob: 609dcdc6e205b32d051f3adad806953d5dd94b17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"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.27"
}
|