{
  "name": "@fjnr/ngx-translate-po-http-loader",
  "version": "3.1.5",
  "description": "Load po files for use with ngx-translate",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "npm run clean && tsc",
    "watch": "npm run clean && tsc --watch",
    "clean": "rm -rf ./dist",
    "lint": "tslint --force '*.ts'"
  },
  "files": [
    "dist/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/fjnr-inc/ngx-translate-po-http-loader.git"
  },
  "keywords": [],
  "author": "Noël Rignon <noel.rignon@fjnr.ca>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fjnr-inc/ngx-translate-po-http-loader/issues"
  },
  "homepage": "https://github.com/fjnr-inc/ngx-translate-po-http-loader",
  "engines": {
    "node": ">=4.1.1"
  },
  "config": {},
  "peerDependencies": {
    "@angular/core": "^6.0.0",
    "@angular/common": "^6.0.0",
    "@ngx-translate/core": "^10.0.0"
  },
  "dependencies": {
    "gettext-parser": "^4.0.3"
  },
  "devDependencies": {
    "@angular/common": "^9.1.9",
    "@angular/core": "^9.1.9",
    "@angular/platform-browser": "^9.1.9",
    "@ngx-translate/core": "12.1.2",
    "rxjs": "^6.0.0",
    "tslint": "6.1.2",
    "tslint-eslint-rules": "5.4.0",
    "typescript": "3.9.3",
    "zone.js": "0.10.3"
  }
}
