UNPKG

@scion/workbench-client

Version:

SCION Workbench Client provides core API for a web app to interact with SCION Workbench and other microfrontends. It is a pure TypeScript library based on the framework-agnostic `@scion/microfrontend-platform` library and can be used with any web stack.

47 lines 1.37 kB
{ "name": "@scion/workbench-client", "version": "1.0.0-beta.32", "description": "SCION Workbench Client provides core API for a web app to interact with SCION Workbench and other microfrontends. It is a pure TypeScript library based on the framework-agnostic `@scion/microfrontend-platform` library and can be used with any web stack.", "license": "EPL-2.0", "private": false, "publishConfig": { "access": "public" }, "homepage": "https://github.com/SchweizerischeBundesbahnen/scion-workbench", "bugs": { "url": "https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues" }, "author": { "name": "SCION contributors" }, "dependencies": { "tslib": "^2.4.0" }, "peerDependencies": { "rxjs": "^7.5.0", "@scion/toolkit": "^1.6.0 || ^2.0.0", "@scion/microfrontend-platform": "^1.4.0" }, "keywords": [ "scion", "scion workbench client", "microfrontend", "micro-frontend" ], "repository": { "type": "git", "url": "https://github.com/SchweizerischeBundesbahnen/scion-workbench.git" }, "module": "fesm2022/scion-workbench-client.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/scion-workbench-client.mjs" } }, "sideEffects": false }