summaryrefslogtreecommitdiff
path: root/tests/specs/workspaces/nested_deno_pkg_npm_conflict/deno.json
blob: f03a591e23a6d1c3f24a61879dc9ce5d5918e660 (plain)
1
2
3
4
5
6
7
{
  "nodeModulesDir": "manual",
  "workspace": ["./member"],
  "imports": {
    "@denotest/add": "npm:@denotest/add@0.5"
  }
}