summaryrefslogtreecommitdiff
path: root/tests/testdata/run/workspaces/member_outside_root_dir/deno.json
blob: 25feefad8b874c7c7c70c090a94a6207a9e59c82 (plain)
1
2
3
4
5
6
7
8
9
{
  "workspaces": [
    "foo",
    "../other_folder"
  ],
  "imports": {
    "chalk": "npm:chalk"
  }
}