summaryrefslogtreecommitdiff
path: root/tests/specs/task/node_modules_dir_false/deno.json
blob: ac5f8ba14c81d231a377bc19bd6a2a1c1aa81d14 (plain)
1
2
3
4
5
6
{
  "nodeModulesDir": "auto",
  "tasks": {
    "repro": "echo hi"
  }
}