summaryrefslogtreecommitdiff
path: root/tests/specs/install/workspace_node_modules_not_exists/deno.json
blob: b3cca048fd6fb5587b7e8c010879b0ceaf25ebc5 (plain)
1
2
3
4
5
6
7
{
  "nodeModulesDir": "auto",
  "workspace": [
    "./package1",
    "./package2"
  ]
}