aboutsummaryrefslogtreecommitdiff
path: root/test/cli/install/migration/complex-workspace/packages/with-postinstall/package.json
blob: 5959d95be9a4a069fc046b77c152d2fb7c796e9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "with-postinstall",
  "version": "1.0.0",
  "dependencies": {
    "sharp": "*",
    "svelte": "3.50.0"
  },
  "scripts": {
    "postinstall": "bun postinstall.js"
  }
}