{
  "name": "@dlr-eoc/utils-browser",
  "main": "src/public-api",
  "version": "15.0.0",
  "license": "Apache-2.0",
  "author": "Team UKIS",
  "description": "This library contains a collection of utilities like download data as blob and Paper layout.",
  "keywords": [
    "download",
    "JSON",
    "paper layout"
  ],
  "peerDependencies": {},
  "module": "fesm2022/dlr-eoc-utils-browser.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/dlr-eoc-utils-browser.mjs",
      "esm": "./esm2022/dlr-eoc-utils-browser.mjs",
      "default": "./fesm2022/dlr-eoc-utils-browser.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "repository": {
    "url": "git+https://github.com/dlr-eoc/ukis-frontend-libraries.git",
    "type": "git"
  }
}
