{
  "name": "ng-paginable",
  "version": "1.52.3",
  "peerDependencies": {
    "@angular/common": ">=16.0.0",
    "@angular/core": ">=16.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "private": false,
  "description": "Paginated table/list",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/carlos-morcillo/ng-paginable.git"
  },
  "keywords": [
    "table",
    "list",
    "angular",
    "sortable",
    "filterable",
    "filter",
    "sorter",
    "list",
    "expandable",
    "custom",
    "template",
    "paginable",
    "translatable"
  ],
  "author": "Carlos Morcillo <carlos.morcillo@me.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/carlos-morcillo/ng-paginable/issues"
  },
  "homepage": "https://github.com/carlos-morcillo/ng-paginable#readme",
  "module": "fesm2022/ng-paginable.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ng-paginable.mjs",
      "esm": "./esm2022/ng-paginable.mjs",
      "default": "./fesm2022/ng-paginable.mjs"
    }
  }
}