ucap-angular/projects/store-call/ng-package.json
Park Byung Eun 0c9867beb9 sync
2020-08-10 14:05:57 +09:00

18 lines
512 B
JSON

{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/store-call",
"lib": {
"entryFile": "src/public-api.ts",
"umdModuleIds": {
"@ngrx/store": "@ngrx/store",
"@ngrx/entity": "@ngrx/entity",
"@ngrx/effects": "@ngrx/effects",
"moment": "moment",
"@ucap/core": "@ucap/core",
"@ucap/domain-call": "@ucap/domain-call",
"@ucap/api-contact": "@ucap/api-contact",
"@ucap/ng-api-contact": "@ucap/ng-api-contact"
}
}
}