{
  "name": "@alfresco/aca-content",
  "version": "8.0.0",
  "license": "LGPL-3.0",
  "peerDependencies": {
    "@angular/animations": "^20.3.0",
    "@angular/cdk": "^20.2.0",
    "@angular/common": "^20.3.0",
    "@angular/core": "^20.3.0",
    "@angular/forms": "^20.3.0",
    "@angular/material": "^20.2.0",
    "@angular/platform-browser": "^20.3.0",
    "@angular/router": "^20.3.0",
    "@ngx-translate/core": "^17.0.0",
    "rxjs": "^7.4.0",
    "zone.js": "^0.14.0 || ^0.15.0"
  },
  "dependencies": {
    "tslib": ">=2.3.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Alfresco/alfresco-content-app.git"
  },
  "module": "fesm2022/alfresco-aca-content.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/alfresco-aca-content.mjs"
    },
    "./about": {
      "types": "./about/index.d.ts",
      "default": "./fesm2022/alfresco-aca-content-about.mjs"
    },
    "./folder-rules": {
      "types": "./folder-rules/index.d.ts",
      "default": "./fesm2022/alfresco-aca-content-folder-rules.mjs"
    },
    "./ms-office": {
      "types": "./ms-office/index.d.ts",
      "default": "./fesm2022/alfresco-aca-content-ms-office.mjs"
    },
    "./viewer": {
      "types": "./viewer/index.d.ts",
      "default": "./fesm2022/alfresco-aca-content-viewer.mjs"
    }
  },
  "sideEffects": false
}