@finbourne/lusid-sdk-angular8
Version:
An angular (8+) SDK for secure access to the LUSID® by FINBOURNE web API
39 lines (38 loc) • 1.4 kB
JSON
{
"name": "@finbourne/lusid-sdk-angular8",
"version": "0.11.5326",
"description": "An angular (8+) SDK for secure access to the LUSID® by FINBOURNE web API",
"keywords": [
"LUSID",
"Finbourne",
"SDK",
"angular",
"angular8"
],
"homepage": "https://github.com/finbourne/lusid-sdk-angular/tree/master/projects/lusid-sdk-angular8",
"repository": {
"url": "https://github.com/finbourne/lusid-sdk-angular"
},
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/finbourne/lusid-sdk-angular/issues",
"email": "lusid-sdk-angular.issues@finbourne.com"
},
"peerDependencies": {
"@angular/common": "^8.0.0",
"@angular/core": "^8.0.0"
},
"main": "bundles/finbourne-lusid-sdk-angular8.umd.js",
"module": "fesm2015/finbourne-lusid-sdk-angular8.js",
"es2015": "fesm2015/finbourne-lusid-sdk-angular8.js",
"esm2015": "esm2015/finbourne-lusid-sdk-angular8.js",
"fesm2015": "fesm2015/finbourne-lusid-sdk-angular8.js",
"typings": "finbourne-lusid-sdk-angular8.d.ts",
"sideEffects": false,
"dependencies": {
"tslib": "^1.10.0"
},
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy. This is not allowed.\\nPlease delete and rebuild the package, without compiling with Ivy, before attempting to publish.\\n')\" && exit 1"
}
}