UNPKG

@paycargo/js-angular

Version:

First, run `npm i @paycargo/js-angular` in your Command Line Interface. Afterwards, the following dependency will be found in the `package.json`. The ellipses (...) represent the presence of other possible code.

34 lines 756 B
{ "name": "@paycargo/js-angular", "version": "0.2.15", "types": "/dist/public.api.d.ts", "peerDependencies": { "@angular/common": "^16.2.0", "@angular/core": "^16.2.0" }, "dependencies": { "@paycargo/js": "^0.7.25", "tslib": "^2.3.0" }, "keywords": [ "PayCargo", "angular", "Payment", "Portable", "Solutions" ], "sideEffects": false, "module": "fesm2022/paycargo-js-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/paycargo-js-angular.mjs", "esm": "./esm2022/paycargo-js-angular.mjs", "default": "./fesm2022/paycargo-js-angular.mjs" } } }