summaryrefslogtreecommitdiff
path: root/tests/specs/publish/no_check/deno.json
blob: fefab899bdbebfe39035ae7fd08afc9958c4e6d7 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "@foo/bar",
  "version": "1.0.0",
  "exports": {
    ".": "./mod.ts"
  },
  "imports": {
    "@std/http": "./std_http.ts"
  }
}