{
  "name": "amt-ui",
  "version": "0.0.14",
  "description": "Angular material, tailwind template",
  "author": "Stajor",
  "license": "MIT",
  "keywords": [
    "angular",
    "angular material",
    "tailwind"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Stajor/ngx-amt-ui.git"
  },
  "peerDependencies": {
    "@angular/common": "^19.0",
    "@angular/core": "^19.0",
    "@angular/material": "^19.0",
    "tailwindcss": "^4.0",
    "material-icons": "^1.0",
    "screenfull": "^6.0"
  },
  "dependencies": {
    "tslib": "^2.0"
  },
  "sideEffects": false,
  "module": "fesm2022/amt-ui.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/amt-ui.mjs"
    }
  }
}