{
  "name": "ngx-line-truncation",
  "version": "1.9.1",
  "description": "Ngx Line Truncation is line truncation implementation for Angular that truncate text by user defined line number.",
  "keywords": [
    "ellipsis",
    "truncation",
    "truncate",
    "truncated",
    "shave",
    "js",
    "content",
    "line clamp",
    "javascript",
    "shorten",
    "trim"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/DiZhou92/ngx-line-truncation"
  },
  "peerDependencies": {
    "@angular/common": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0",
    "@angular/core": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0"
  },
  "dependencies": {
    "line-truncation": "^1.3.9",
    "tslib": "^2.0.0"
  },
  "module": "fesm2015/ngx-line-truncation.mjs",
  "es2020": "fesm2020/ngx-line-truncation.mjs",
  "esm2020": "esm2020/ngx-line-truncation.mjs",
  "fesm2020": "fesm2020/ngx-line-truncation.mjs",
  "fesm2015": "fesm2015/ngx-line-truncation.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/ngx-line-truncation.mjs",
      "es2020": "./fesm2020/ngx-line-truncation.mjs",
      "es2015": "./fesm2015/ngx-line-truncation.mjs",
      "node": "./fesm2015/ngx-line-truncation.mjs",
      "default": "./fesm2020/ngx-line-truncation.mjs"
    }
  },
  "sideEffects": false
}