2020-03-27 08:39:01 +00:00
|
|
|
{
|
|
|
|
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
|
|
|
|
"dest": "../../dist/store-chat",
|
|
|
|
"lib": {
|
|
|
|
"entryFile": "src/public-api.ts",
|
|
|
|
"umdModuleIds": {
|
|
|
|
"moment": "moment",
|
|
|
|
"@ngrx/store": "@ngrx/store",
|
|
|
|
"@ngrx/entity": "@ngrx/entity",
|
|
|
|
"@ngrx/effects": "@ngrx/effects",
|
|
|
|
"@ucap/pi": "@ucap/pi",
|
|
|
|
"@ucap/protocol-event": "@ucap/protocol-event",
|
|
|
|
"@ucap/protocol-file": "@ucap/protocol-file",
|
|
|
|
"@ucap/protocol-room": "@ucap/protocol-room",
|
|
|
|
"@ucap/protocol-sync": "@ucap/protocol-sync",
|
|
|
|
"@ucap/ng-protocol-room": "@ucap/ng-protocol-room",
|
2020-04-03 02:13:46 +00:00
|
|
|
"@ucap/ng-protocol-sync": "@ucap/ng-protocol-sync",
|
|
|
|
"@ucap/ng-store-authentication": "@ucap/ng-store-authentication"
|
2020-03-27 08:39:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|