@oazmi/build-tools - v0.2.7
    Preparing search index...

    Interface ExportsWithMain

    you must have a main export (i.e. key = ".") in your "deno.json", when converting your deno project to a node project via the provided jsr:@oazmi/build-tools/npm conversion tool.

    interface ExportsWithMain {
        ".": string;
        [alias: string]: string;
    }

    Indexable

    • [alias: string]: string
    Index

    Properties

    .

    Properties

    ".": string