summaryrefslogtreecommitdiff
path: root/tests/specs/workspaces/vendor/deno.json
blob: 62bf7dff9c0825396adbde75352d0fe795cec37a (plain)
1
2
3
4
5
6
7
8
9
{
  "vendor": true,
  "workspace": [
    "package-a"
  ],
  "imports": {
    "@denotest/add": "jsr:@denotest/add"
  }
}