const packages = usedExtensions.filter((extn) => extn.type === 'package' &&
        // Do no list the package itself, this is based on the name of the extension and the current name of the
        // project that this commands runs from.
        extn.name !== commandObject.context.packageJSON.name);