summaryrefslogtreecommitdiff
path: root/tests/specs/run/workspaces/nested_member/foo/bar/deno.json
blob: d4948ddbbd574e908dc1045190c0c929db39de52 (plain)
1
2
3
4
5
6
7
8
{
  "name": "bar",
  "version": "0.0.0",
  "imports": {
    "chalk": "npm:chalk"
  },
  "exports": "./hello.ts"
}