Eugenio Romano e617333f00
[AAE-20109] Move alfresco js-API and alfrescoapi service out from the core (#9317)
* AAE-20109 Remove alfrescoapiservice from core

* fix after rebase

* [AAe-12502] Post-rebase fix

* [AAE-12502] Add unit test fix

---------

Co-authored-by: Bartosz Sekula <Bartosz.Sekula@hyland.com>
Co-authored-by: MichalKinas <michal.kinas@hyland.com>
2024-09-06 18:43:33 +02:00

32 lines
672 B
JSON

{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/libs/insights/",
"assets": [
{
"glob": "assets/**/*",
"input": "./src/lib",
"output": "/bundles/"
},
{
"glob": "i18n/*.json",
"input": "./src/lib",
"output": "/bundles/assets/adf-insights/"
}
],
"lib": {
"entryFile": "src/public-api.ts",
"flatModuleFile": "adf-insights",
"styleIncludePaths": [
"../core/src/lib"
]
},
"allowedNonPeerDependencies": [
"@alfresco/adf-core",
"@alfresco/adf-content-services",
"@ngx-translate/core",
"chart.js",
"ng2-charts",
"raphael"
]
}