{
  "name": "@onlyoffice/document-editor-angular",
  "version": "8.5.1",
  "description": "This repo contains the Angular component for [ONLYOFFICE Document Server](https://github.com/ONLYOFFICE/DocumentServer).",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/ONLYOFFICE/document-editor-angular-workspace/issues",
    "email": "support@onlyoffice.com"
  },
  "homepage": "https://www.onlyoffice.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ONLYOFFICE/document-editor-angular-workspace.git"
  },
  "author": "Ascensio System SIA <integration@onlyoffice.com> (https://www.onlyoffice.com)",
  "maintainers": [
    "Ascensio System SIA <integration@onlyoffice.com> (https://www.onlyoffice.com)"
  ],
  "peerDependencies": {
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "tslib": "^2.8.1"
  },
  "keywords": [
    "onlyoffice"
  ],
  "module": "fesm2022/onlyoffice-document-editor-angular.mjs",
  "typings": "types/onlyoffice-document-editor-angular.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/onlyoffice-document-editor-angular.d.ts",
      "default": "./fesm2022/onlyoffice-document-editor-angular.mjs"
    }
  },
  "sideEffects": false
}