{
  "main": "bundles/tenlastic-ng-http.umd.js",
  "name": "@tenlastic/ng-http",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/tenlastic/open-platform.git"
  },
  "typings": "tenlastic-ng-http.d.ts",
  "version": "0.0.299",
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@angular/common": "^8.2.14",
    "@angular/core": "^8.2.14",
    "@datorama/akita": "^6.2.4"
  },
  "gitHead": "f8a968702c13985bbf2676d05cb12eee72727d96",
  "module": "fesm2015/tenlastic-ng-http.js",
  "es2015": "fesm2015/tenlastic-ng-http.js",
  "esm2015": "esm2015/tenlastic-ng-http.js",
  "fesm2015": "fesm2015/tenlastic-ng-http.js",
  "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"
  }
}