{
  "name": "angular-froala-wysiwyg",
  "repository": {
    "type": "git",
    "url": "https://github.com/froala/angular-froala-wysiwyg.git",
    "directory": "projects/library"
  },
  "version": "4.6.0",
  "dependencies": {
    "froala-editor": "4.6.0",
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/angular-froala-wysiwyg.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/angular-froala-wysiwyg.mjs"
    }
  },
  "sideEffects": false
}