{
  "name": "@rdlabo/ionic-angular-photo-editor",
  "version": "21.7.0",
  "repository": {
    "type": "git",
    "url": "git@github.com:rdlabo-dev/ionic-angular-library.git"
  },
  "peerDependencies": {
    "@angular/cdk": "^21.0.0",
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0",
    "@capacitor/camera": ">=6.0.0 <9.0.0",
    "@capacitor/core": ">=6.0.0 <9.0.0",
    "@ionic/angular": "^8.0.0",
    "swiper": "^11.1.3",
    "tui-image-editor": "^3.15.3"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/rdlabo-ionic-angular-photo-editor.mjs",
  "typings": "types/rdlabo-ionic-angular-photo-editor.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/rdlabo-ionic-angular-photo-editor.d.ts",
      "default": "./fesm2022/rdlabo-ionic-angular-photo-editor.mjs"
    }
  },
  "type": "module"
}