31 lines
634 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",
"@ngx-translate/core",
"chart.js",
"ng2-charts",
"raphael"
]
}