ucap-angular/projects/api-prompt/package.json

17 lines
375 B
JSON
Raw Permalink Normal View History

2020-03-27 08:39:01 +00:00
{
"name": "@ucap/ng-api-prompt",
"version": "0.0.1",
"publishConfig": {
2020-07-11 11:48:59 +00:00
"registry": "https://nexus.loafle.net/repository/npm-ucap/"
2020-03-27 08:39:01 +00:00
},
"peerDependencies": {
"@angular/common": "^9.0.2",
"@angular/core": "^9.0.2",
"@ucap/api-prompt": "~0.0.1",
"@ucap/ng-core": "~0.0.1",
"axios": "^0.19.2",
"rxjs": "~6.5.4",
"tslib": "^1.10.0"
}
}