{
  "name": "elm-common-standards",
  "version": "2.5.6",
  "peerDependencies": {
    "@angular/common": "^16.2.0",
    "@angular/core": "^16.2.0"
  },
  "dependencies": {
    "@ng-bootstrap/ng-bootstrap": "^15.1.1",
    "@ngx-translate/core": "^15.0.0",
    "@ngx-translate/http-loader": "^8.0.0",
    "file-saver": "^2.0.5",
    "ngx-webstorage": "^12.0.0",
    "primeng": "^16.5.0",
    "tslib": "^2.3.0",
    "xlsx": "^0.18.5",
    "jspdf": "^2.5.1",
    "jspdf-autotable": "^3.5.29"
  },
  "sideEffects": false,
  "module": "fesm2022/elm-common-standards.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/elm-common-standards.mjs",
      "esm": "./esm2022/elm-common-standards.mjs",
      "default": "./fesm2022/elm-common-standards.mjs"
    }
  }
}