{
  "$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
  "dest": "../../dist/@ohayo/acl",
  "deleteDestPath": true,
  "lib": {
    "flatModuleFile": "acl",
    "entryFile": "public_api.ts",
    "umdModuleIds": {
      "@ohayo/util": "ohayo.util"
    }
  },
  "whitelistedNonPeerDependencies": [
    "tslib", "angular", "@ohayo/util"
  ]
}
