{
  "name": "ngx-mat-multi-sort-fork",
  "version": "17.0.0",
  "description": "An extension for the angular material table to support multi-sorting.",
  "author": "Maximilian Balluff, Brandon Ingram",
  "repository": {
    "type": "git",
    "url": "https://github.com/Kurloc/ngx-multi-sort-table"
  },
  "bugs": {
    "url": "https://github.com/Kurloc/ngx-multi-sort-table/issues"
  },
  "keywords": [
    "angular",
    "javascript",
    "typescript",
    "angular-material",
    "table",
    "multi-sort"
  ],
  "license": "MIT",
  "dependencies": {
    "tslib": "^2.2.0"
  },
  "peerDependencies": {
    "@angular/common": "^17.0.5",
    "@angular/core": "^17.0.5",
    "@angular/material": "^17.0.1",
    "@angular/cdk": "^17.0.1"
  },
  "module": "fesm2022/ngx-mat-multi-sort-fork.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ngx-mat-multi-sort-fork.mjs",
      "esm": "./esm2022/ngx-mat-multi-sort-fork.mjs",
      "default": "./fesm2022/ngx-mat-multi-sort-fork.mjs"
    }
  },
  "sideEffects": false
}