{
  "name": "@ngx-translate/http-loader",
  "description": "A loader for ngx-translate that loads translations using http",
  "author": "Olivier Combe",
  "keywords": [
    "angular",
    "angular 2",
    "i18n",
    "translate",
    "ngx-translate"
  ],
  "license": "MIT",
  "homepage": "https://github.com/ngx-translate/http-loader",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ngx-translate/http-loader.git"
  },
  "bugs": {
    "url": "https://github.com/ngx-translate/http-loader/issues"
  },
  "peerDependencies": {
    "@ngx-translate/core": ">=13.0.0",
    "@angular/common": ">=10.0.0",
    "rxjs": ">=6.5.3"
  },
  "scripts": {
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
  },
  "main": "bundles/ngx-translate-http-loader.umd.js",
  "module": "fesm2015/ngx-translate-http-loader.js",
  "es2015": "fesm2015/ngx-translate-http-loader.js",
  "esm2015": "esm2015/ngx-translate-http-loader.js",
  "fesm2015": "fesm2015/ngx-translate-http-loader.js",
  "typings": "ngx-translate-http-loader.d.ts",
  "metadata": "ngx-translate-http-loader.metadata.json",
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "version": "6.0.0",
  "__processed_by_ivy_ngcc__": {
    "es2015": "14.2.0",
    "esm2015": "14.2.0",
    "fesm2015": "14.2.0",
    "main": "14.2.0",
    "module": "14.2.0",
    "typings": "14.2.0"
  }
}
