{
  "name": "ngx-image-cropper",
  "version": "9.1.6",
  "description": "An image cropper for Angular",
  "author": "Martijn Willekens",
  "repository": {
    "type": "git",
    "url": "https://github.com/Mawi137/ngx-image-cropper.git"
  },
  "bugs": {
    "url": "https://github.com/Mawi137/ngx-image-cropper/issues"
  },
  "homepage": "https://github.com/Mawi137/ngx-image-cropper",
  "keywords": [
    "angular",
    "angular 17",
    "angular 18",
    "angular 19",
    "angular 20",
    "angular 21",
    "ionic",
    "ionic-angular",
    "cropper",
    "image cropper"
  ],
  "license": "MIT",
  "peerDependencies": {
    "@angular/common": ">=17.3.0",
    "@angular/core": ">=17.3.0"
  },
  "module": "fesm2022/ngx-image-cropper.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ngx-image-cropper.mjs",
      "esm": "./esm2022/ngx-image-cropper.mjs",
      "default": "./fesm2022/ngx-image-cropper.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "tslib": "^2.3.0"
  }
}