{
  "name": "@scion/workbench-client",
  "version": "1.0.0-beta.41",
  "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": "^2.1.0",
    "@scion/microfrontend-platform": "^2.0.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": "types/scion-workbench-client.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/scion-workbench-client.d.ts",
      "default": "./fesm2022/scion-workbench-client.mjs"
    }
  },
  "sideEffects": false
}