UNPKG

seerbit-angular

Version:

<p align="center"> <img width="500" valign="top" src="https://res.cloudinary.com/dpejkbof5/image/upload/v1620323718/Seerbit_logo_png_ddcor4.png" data-canonical-src="https://res.cloudinary.com/dpejkbof5/image/upload/v1620323718/Seerbit_logo_png_ddcor4.png"

44 lines 1.28 kB
{ "name": "seerbit-angular", "version": "16.0.1", "peerDependencies": { "@angular/core": "^16.2.8", "@angular/common": "^16.2.8", "@angular/platform-browser": "^16.2.8" }, "author": "SeerBit", "license": "MIT", "bugs": { "url": "https://github.com/seerbit/seerbit-angular/issues" }, "homepage": "https://github.com/seerbit/seerbit-angular#readme", "repository": { "type": "git", "url": "https://github.com/seerbit/seerbit-angular.git" }, "keywords": [ "angular", "seerbit", "payments" ], "module": "fesm2022/seerbit-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/seerbit-angular.mjs", "esm": "./esm2022/seerbit-angular.mjs", "default": "./fesm2022/seerbit-angular.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" }, "scripts": { "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1" } }