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.

33 lines 713 B
{ "name": "@paycargo/js-angular", "version": "0.2.26", "types": "/dist/public.api.d.ts", "peerDependencies": { "@angular/common": "^21.2.0", "@angular/core": "^21.2.0" }, "dependencies": { "@paycargo/js": "^0.13.17", "tslib": "^2.3.0" }, "keywords": [ "PayCargo", "angular", "Payment", "Portable", "Solutions" ], "sideEffects": false, "module": "fesm2022/paycargo-js-angular.mjs", "typings": "types/paycargo-js-angular.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/paycargo-js-angular.d.ts", "default": "./fesm2022/paycargo-js-angular.mjs" } }, "type": "module" }