Name
AutoPackages() — Return needed packages for module to work
Description
This function return a map of lists which contain packages to be
installed or removed during installation (second stage).
Returns
For example, the function can return the following structure:
$[
"install": ["pkg1", "pkg2"],
"remove": ["pkg3"]
]