{
  "name": "@gsa-sam/sam-material-extensions",
  "version": "17.0.15",
  "repository": {
    "type": "git",
    "url": "https://github.com/GSA/sam-design-system.git"
  },
  "homepage": "https://github.com/GSA/sam-design-system/tree/master/libs/packages/sam-material-extensions",
  "dependencies": {
    "tslib": "^2.0.0"
  },
  "peerDependencies": {
    "@angular/common": ">=17.0.0 <18.0.0",
    "@angular/core": ">=17.0.0 <18.0.0",
    "ngx-bootstrap-icons": "^1.7.2",
    "@gsa-sam/components": ">=17.0.0"
  },
  "module": "fesm2022/gsa-sam-sam-material-extensions.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/gsa-sam-sam-material-extensions.mjs",
      "esm": "./esm2022/gsa-sam-sam-material-extensions.mjs",
      "default": "./fesm2022/gsa-sam-sam-material-extensions.mjs"
    }
  },
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}