aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-cli/package.json
blob: d436744612fba243ce71527af3526f75faa5d409 (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.26"
}