UNPKG

@c8y/apps

Version:

Cumulocity IoT applications

38 lines 963 B
{ "name": "@c8y/apps/widget-plugin", "version": "1015.0.536", "scripts": { "start": "c8ycli server", "build": "c8ycli build", "deploy": "c8ycli deploy", "postinstall": "ngcc" }, "c8y": { "application": { "name": "Custom widget with module federation", "contextPath": "widget-plugin", "key": "widget-plugin-application-key", "globalTitle": "Custom widget with Module Federation", "tabsHorizontal": true, "isPackage": true, "noAppSwitcher": true, "package": "plugin", "exports": [ { "name": "Example widget plugin", "module": "WidgetPluginModule", "path": "./widget/widget-plugin.module.ts", "description": "Adds a custom widget to the shell application" } ], "remotes": { "widget-plugin": [ "WidgetPluginModule" ] } } }, "browserslist": [ "last 2 major versions" ] }