app-switcher
.Promise<AppInfo[]>
): A promise that fulfills with a list of plain objects describing the available apps. AppInfo
objects have the following properties:name
(string): App name.package_data
(Object): Information contained in package.json
for each app.