{
  "name": "ngx-mat-multi-sort",
  "version": "21.0.1",
  "description": "An extension for the angular material table to support multi-sorting.",
  "author": "Maximilian Balluff",
  "contributors": [
    {
      "name": "Ronny Fritzsche"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ngx-multi-sort/ngx-multi-sort-table.git"
  },
  "bugs": {
    "url": "https://github.com/ngx-multi-sort/ngx-multi-sort-table/issues"
  },
  "keywords": [
    "angular",
    "javascript",
    "typescript",
    "angular-material",
    "table",
    "multi-sort"
  ],
  "license": "MIT",
  "dependencies": {
    "tslib": "^2.2.0"
  },
  "peerDependencies": {
    "@angular/animations": "^21.1.0",
    "@angular/cdk": "^21.1.0",
    "@angular/common": "^21.1.0",
    "@angular/core": "^21.1.0",
    "@angular/material": "^21.1.0",
    "typescript": "^5.9.0"
  },
  "module": "fesm2022/ngx-mat-multi-sort.mjs",
  "typings": "types/ngx-mat-multi-sort.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-mat-multi-sort.d.ts",
      "default": "./fesm2022/ngx-mat-multi-sort.mjs"
    }
  },
  "sideEffects": false
}