aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/bun-link-pkg-fixture/package.json
blob: 66884784242098567b5624585797db23472863f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "bun-link-pkg-fixture-1",
  "version": "0.0.0",
  "dependencies": {
    "lodash": "4.17.21"
  },
  "main": "bun-link-pkg-fixture.js",
  "bin": {
    "bun-link-pkg-fixture": "bun-link-pkg-fixture.js"
  }
}