package.SMUnoSchedulerJupyterLabExtension = {
    interfaces = (3.0);

    build-system = uno-scheduler-build;
    build-tools = {
        3.0 = {
            NpmPrettyMuch = 1.1;
            NodeJS = default;
            Python = default;
            BrazilPython-Pytest = 6.x;
            Python-setuptools = default;
            Python-jupyter-packaging = 0.x;
            Python-aws-embedded-metrics = 3.x;
            IronmanUtilizationServiceConfigData = 1.0;
        };
    };

    dependencies = {
        3.0 = {
            # Declare brazil packages that build package.json dependencies here
            Python = default;
        };
    };

    test-dependencies = {
        3.0 = {
            # Declare brazil packages that build package.json devDependencies here
        };
    };
};
