aboutsummaryrefslogtreecommitdiff
path: root/test/cli/install/migration/complex-workspace/package.json
blob: 55ed302cbeaa03eedf97675e28ab4d07490321a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "root",
  "version": "0.0.0",
  "dependencies": {
    "bar": "https://github.com/oven-sh/bun/raw/f7e4eb83694aa007a492ef66c28ffbe6a2dae791/test/cli/install/bar-0.0.2.tgz",
    "bun-types": "file:bun-types",
    "hello": "file:hello-0.3.2.tgz",
    "install-test": "bitbucket:dylan-conway/public-install-test",
    "install-test1": "git+ssh://git@github.com/dylan-conway/install-test.git#596234dab30564f37adae1e5c4d7123bcffce537",
    "public-install-test": "gitlab:dylan-conway/public-install-test",
    "svelte": "4.1.2"
  },
  "workspaces": [
    "packages/*"
  ]
}