2020-03-27 08:39:01 +00:00
|
|
|
{
|
|
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
|
|
"dest": "../../dist/store-organization",
|
|
|
|
"lib": {
|
|
|
|
"entryFile": "src/public-api.ts",
|
|
|
|
"umdModuleIds": {
|
|
|
|
"@ngrx/store": "@ngrx/store",
|
|
|
|
"@ngrx/effects": "@ngrx/effects",
|
2020-03-30 08:56:15 +00:00
|
|
|
"@ucap/ng-api-external": "@ucap/ng-api-external",
|
2020-03-27 08:39:01 +00:00
|
|
|
"@ucap/ng-protocol-query": "@ucap/ng-protocol-query"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|