@scion/microfrontend-platform
Version:
SCION Microfrontend Platform enables you to successfully implement a framework-agnostic microfrontend architecture using iframes. It provides you fundamental APIs for microfrontends to communicate with each other across origins and facilitates embedding m
56 lines • 1.84 kB
JSON
{
"name": "@scion/microfrontend-platform",
"version": "2.1.0",
"description": "SCION Microfrontend Platform enables you to successfully implement a framework-agnostic microfrontend architecture using iframes. It provides you fundamental APIs for microfrontends to communicate with each other across origins and facilitates embedding microfrontends using a web component and a router. SCION Microfrontend Platform is a lightweight, web stack agnostic library that has no user-facing components and does not dictate any form of application structure.",
"license": "EPL-2.0",
"private": false,
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform",
"bugs": {
"url": "https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/issues"
},
"author": {
"name": "SCION contributors"
},
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"rxjs": "^7.5.0",
"@scion/toolkit": "^1.6.0 || ^2.0.0"
},
"keywords": [
"scion",
"scion microfrontend platform",
"microfrontend",
"micro-frontend",
"messaging",
"communication",
"routing",
"cross-origin",
"embedding",
"iframe",
"webcomponent",
"typescript",
"javascript",
"framework-agnostic"
],
"repository": {
"type": "git",
"url": "https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform.git"
},
"module": "fesm2022/scion-microfrontend-platform.mjs",
"typings": "types/scion-microfrontend-platform.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/scion-microfrontend-platform.d.ts",
"default": "./fesm2022/scion-microfrontend-platform.mjs"
}
},
"sideEffects": false
}