{
  "name": "dfx-bootstrap-table",
  "version": "21.0.0",
  "description": "Angular table CDK implementation for Bootstrap with filtering, sorting and pagination.",
  "private": false,
  "sideEffects": false,
  "license": "MIT",
  "homepage": "https://playground.dafnik.me/bootstrap-table/all",
  "keywords": [
    "table",
    "angular",
    "bootstrap",
    "angular2",
    "typescript",
    "ng",
    "ngx",
    "ng-bootstrap",
    "ngx-bootstrap",
    "ng-bootstrap-table",
    "ngx-bootstrap-table",
    "cdk",
    "filter",
    "filtering",
    "ordering",
    "order",
    "pagination",
    "paginator"
  ],
  "author": {
    "name": "Dafnik",
    "email": "contact@dafnik.me",
    "url": "https://dafnik.me"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/Dafnik"
    },
    {
      "type": "liberapay",
      "url": "https://liberapay.com/Dafnik"
    }
  ],
  "bugs": {
    "url": "https://github.com/Dafnik/dfx-common/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:Dafnik/dfx-common.git",
    "directory": "libs/dfx-boostrap-table"
  },
  "peerDependencies": {
    "@angular/common": "21",
    "@angular/core": "21",
    "@angular/cdk": "21",
    "@angular/forms": "21",
    "bootstrap": "5",
    "rxjs": "7"
  },
  "dependencies": {
    "tslib": "^2"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "module": "fesm2022/dfx-bootstrap-table.mjs",
  "typings": "types/dfx-bootstrap-table.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/dfx-bootstrap-table.d.ts",
      "default": "./fesm2022/dfx-bootstrap-table.mjs"
    }
  }
}