summaryrefslogtreecommitdiff
path: root/tests/specs/task/package_json_node_modules_dir_none/package.json
blob: 713a9dc5b47819e7807ba49ac3908f80513e96cd (plain)
1
2
3
4
5
6
7
8
9
{
  "scripts": {
    "echo": "deno eval 'console.log(1)' && cli-esm hi"
  },
  "dependencies": {
    "@denotest/bin": "0.5",
    "other": "npm:@denotest/bin@1.0"
  }
}