{
  "name": "angular-resize-event-package",
  "version": "3.6.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/NemesLaszlo/angular-resize-event"
  },
  "homepage": "https://github.com/NemesLaszlo/angular-resize-event#readme",
  "author": {
    "name": "Laszlo Nemes",
    "email": "wow.laszlo@gmail.com"
  },
  "keywords": [
    "angular",
    "resized",
    "event"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": ">= 12.2.0 < 20",
    "@angular/core": ">= 12.2.0 < 20"
  },
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "module": "fesm2022/angular-resize-event-package.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/angular-resize-event-package.mjs"
    }
  },
  "sideEffects": false
}