UNPKG

@alfresco/adf-content-services

Version:

Alfresco ADF content services

50 lines 1.37 kB
{ "name": "@alfresco/adf-content-services", "description": "Alfresco ADF content services", "version": "9.0.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", "url": "https://github.com/Alfresco/alfresco-ng2-components.git" }, "bugs": { "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "peerDependencies": { "@angular/animations": ">=20.3.25", "@angular/cdk": ">=20.2.14", "@angular/common": ">=20.3.25", "@angular/compiler": ">=20.3.25", "@angular/core": ">=20.3.25", "@angular/forms": ">=20.3.25", "@angular/material": ">=20.2.14", "@angular/platform-browser": ">=20.3.25", "@angular/platform-browser-dynamic": ">=20.3.25", "@angular/router": ">=20.3.25", "@alfresco/js-api": ">=10.0.0", "@ngx-translate/core": ">=17.0.0", "@alfresco/adf-core": ">=9.0.0" }, "keywords": [ "content-services", "alfresco-component", "angular", "components" ], "license": "Apache-2.0", "module": "fesm2022/adf-content-services.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/adf-content-services.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }