{
    "imports": {
        "./lib/": "./dist/",

        "tldts": "https://unpkg.com/tldts@6.1.11/dist/index.esm.min.js",
        "punycode.js": "https://deno.land/x/punycode@v2.1.1/punycode.js",
        "jose": "https://deno.land/x/jose@v4.15.4/index.ts?module",
        "asn1js": "https://unpkg.com/asn1js@3.0.5?module",
        "cbor-x": "https://deno.land/x/cbor@v1.5.8/index.js?module",
        "std/": "https://deno.land/std@0.136.0/",
        "pkijs": "https://unpkg.com/pkijs@3.0.15?module",
        "@hexagon/base64": "https://deno.land/x/b64@1.1.28/dist/base64.min.mjs",

        "test_suite": "https://deno.land/x/test_suite@0.16.1/mod.ts",
        "chai": "./test/helpers/chai-deno-shim.js",
        "chai-as-promised": "./test/helpers/chai-deno-shim.js",

        "@peculiar/webcrypto": "./test/helpers/not-used-by-deno.js",
        "crypto": "./test/helpers/not-used-by-deno.js"
    }
}