2020-03-27 08:39:01 +00:00
|
|
|
{
|
|
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
|
|
"dest": "../../dist/store-authentication",
|
|
|
|
"lib": {
|
|
|
|
"entryFile": "src/public-api.ts",
|
|
|
|
"umdModuleIds": {
|
|
|
|
"@ngrx/store": "@ngrx/store",
|
|
|
|
"@ngrx/effects": "@ngrx/effects",
|
2020-04-03 01:59:44 +00:00
|
|
|
"@ucap/core": "@ucap/core",
|
2020-08-10 05:05:57 +00:00
|
|
|
"@ucap/domain-authentication": "@ucap/domain-authentication",
|
2020-04-03 07:44:43 +00:00
|
|
|
"@ucap/api-public": "@ucap/api-public",
|
|
|
|
"@ucap/api-external": "@ucap/api-external",
|
2020-03-27 08:39:01 +00:00
|
|
|
"@ucap/pi": "@ucap/pi",
|
|
|
|
"@ucap/protocol-authentication": "@ucap/protocol-authentication",
|
2020-05-24 04:11:32 +00:00
|
|
|
"@ucap/protocol-info": "@ucap/protocol-info",
|
2020-04-03 01:24:46 +00:00
|
|
|
"@ucap/protocol-option": "@ucap/protocol-option",
|
2020-03-27 08:39:01 +00:00
|
|
|
"@ucap/protocol-query": "@ucap/protocol-query",
|
|
|
|
"@ucap/ng-pi": "@ucap/ng-pi",
|
|
|
|
"@ucap/ng-protocol-authentication": "@ucap/ng-protocol-authentication",
|
2020-05-24 04:11:32 +00:00
|
|
|
"@ucap/ng-protocol-info": "@ucap/ng-protocol-info",
|
2020-04-03 01:59:44 +00:00
|
|
|
"@ucap/ng-protocol-option": "@ucap/ng-protocol-option",
|
2020-07-11 10:57:44 +00:00
|
|
|
"@ucap/ng-protocol-query": "@ucap/ng-protocol-query",
|
|
|
|
"@ucap/ng-store-organization": "@ucap/ng-store-organization"
|
2020-03-27 08:39:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|