summaryrefslogtreecommitdiff
path: root/tests/specs/publish/invalid_import/deno.json
blob: 49b666d22b648b1e8499b7f85e8df9b06fb20541 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "@foo/bar",
  "version": "1.0.0",
  "imports": {
    "$echo": "http://localhost:4545/echo.ts"
  },
  "exports": {
    ".": "./mod.ts"
  }
}