@runloop/api-client - v1.4.0
    Preparing search index...

    Interface Npm

    NPM source configuration

    interface Npm {
        package_name: string;
        agent_setup?: string[] | null;
        registry_url?: string | null;
    }
    Index

    Properties

    package_name: string

    NPM package name

    agent_setup?: string[] | null

    Setup commands to run after installation

    registry_url?: string | null

    NPM registry URL