{
  "name": "@ngx-i18nsupport/ngx-i18nsupport-lib",
  "version": "1.12.1",
  "description": "A Typescript library to work with Angular generated i18n files (xliff, xmb)",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/martinroob/ngx-i18nsupport.git"
  },
  "keywords": [
    "i18n",
    "tooling",
    "angular",
    "xliff",
    "xmb"
  ],
  "author": "Martin Roob <martinroob65@gmail.com> (www.roobsoft.de)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/martinroob/ngx-i18nsupport/issues"
  },
  "homepage": "https://github.com/martinroob/ngx-i18nsupport/projects/ngx-i18nsupport-lib/#readme",
  "dependencies": {
    "@types/xmldom": "^0.1.31",
    "tokenizr": "^1.6.4",
    "tslib": "^2.2.0",
    "xmldom": "^0.6.0"
  },
  "peerDependencies": {},
  "main": "bundles/ngx-i18nsupport-ngx-i18nsupport-lib.umd.js",
  "module": "fesm2015/ngx-i18nsupport-ngx-i18nsupport-lib.js",
  "es2015": "fesm2015/ngx-i18nsupport-ngx-i18nsupport-lib.js",
  "esm2015": "esm2015/ngx-i18nsupport-ngx-i18nsupport-lib.js",
  "fesm2015": "fesm2015/ngx-i18nsupport-ngx-i18nsupport-lib.js",
  "typings": "ngx-i18nsupport-ngx-i18nsupport-lib.d.ts",
  "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"
  }
}