{
  "name": "@apaleo/angular-api-proxy-logs",
  "version": "19.0.29",
  "description": "apaleo Api Proxy for Angular",
  "repository": {
    "type": "git",
    "url": "https://github.com/apaleo/angular-api-proxy"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "main": "index.js",
  "typings": "index.d.ts",
  "dependencies": {
    "tslib": "^2.2.0"
  },
  "peerDependencies": {
    "rxjs": "^6.6.0",
    "@apaleo/angular-api-proxy-common": "~19.0.0"
  },
  "author": "apaleo GmbH",
  "license": "Apache-2.0",
  "module": "fesm2022/apaleo-angular-api-proxy-logs.mjs",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/apaleo-angular-api-proxy-logs.mjs"
    }
  },
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}