UNPKG

@ng-web-apis/payment-request

Version:

This is a library for declarative use of Payment Request API with Angular

52 lines 1.4 kB
{ "name": "@ng-web-apis/payment-request", "version": "4.12.0", "description": "This is a library for declarative use of Payment Request API with Angular", "keywords": [ "angular", "ng", "payment", "payment request api", "apple pay", "google pay", "pwa", "progressive web app" ], "homepage": "https://github.com/taiga-family/ng-web-apis/blob/main/libs/payment-request/README.md", "bugs": "https://github.com/taiga-family/ng-web-apis/issues", "repository": "https://github.com/taiga-family/ng-web-apis", "license": "Apache-2.0", "author": { "name": "Roman Sedov", "email": "79601794011@ya.ru" }, "contributors": [ "Alex Inkin <alexander@inkin.ru>" ], "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@ng-web-apis/common": ">=4.12.0", "rxjs": ">=7.0.0" }, "publishConfig": { "access": "public" }, "module": "fesm2022/ng-web-apis-payment-request.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/ng-web-apis-payment-request.mjs", "esm": "./esm2022/ng-web-apis-payment-request.mjs", "default": "./fesm2022/ng-web-apis-payment-request.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }