UNPKG

@ng-web-apis/payment-request

Version:

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

56 lines 1.35 kB
{ "name": "@ng-web-apis/payment-request", "version": "5.3.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": { "type": "git", "url": "https://github.com/taiga-family/ng-web-apis" }, "license": "Apache-2.0", "author": { "email": "79601794011@ya.ru", "name": "Roman Sedov" }, "contributors": [ { "email": "alexander@inkin.ru", "name": "Alex Inkin" } ], "peerDependencies": { "@angular/common": ">=19.0.0", "@angular/core": ">=19.0.0", "@ng-web-apis/common": "^5.3.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", "default": "./fesm2022/ng-web-apis-payment-request.mjs" } }, "sideEffects": false, "dependencies": { "tslib": "^2.3.0" } }