@acorel/contentful-integration
Version:
Contentful integration with SAP Composable Storefront by Acorel
19 lines (18 loc) • 451 B
JSON
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/contentful-integration",
"lib": {
"entryFile": "src/public-api.ts"
},
"assets": ["**/*.scss"],
"allowedNonPeerDependencies": [
"@angular/common",
"@angular/core",
"@acorel/graphql-integration",
"contentful",
"contentful-management",
"@contentful/live-preview",
"@contentful/rich-text-html-renderer",
"tslib"
]
}