package-json-type
    Preparing search index...

    Interface IEngines

    You can specify the version of node that your stuff works on. You can also specify which versions of npm are capable of properly installing your program.

    interface IEngines {
        node?: string;
        npm?: string;
        pnpm?: string;
        yarn?: string;
        zlib?: string;
        [field: string]: any;
    }

    Indexable

    • [field: string]: any
    Index

    Properties

    node?: string
    npm?: string
    pnpm?: string
    yarn?: string
    zlib?: string