2026-08-21 08:10:37 +04:00
|
|
|
{
|
|
|
|
|
"name": "@marketplaces/payment",
|
2026-08-21 08:14:48 +04:00
|
|
|
"version": "0.2.0",
|
2026-08-21 08:10:37 +04:00
|
|
|
"description": "Standalone Angular payment UI and central payment API client.",
|
|
|
|
|
"module": "fesm2022/marketplaces-payment.mjs",
|
|
|
|
|
"typings": "types/marketplaces-payment.d.ts",
|
|
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"qrcode": "^1.5.4",
|
|
|
|
|
"tslib": "^2.8.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@angular/core": ">=22.0.0",
|
|
|
|
|
"@angular/common": ">=22.0.0",
|
|
|
|
|
"rxjs": ">=7.8.0"
|
|
|
|
|
},
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "restricted"
|
|
|
|
|
},
|
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
|
"exports": {
|
|
|
|
|
"./package.json": {
|
|
|
|
|
"default": "./package.json"
|
|
|
|
|
},
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./types/marketplaces-payment.d.ts",
|
|
|
|
|
"default": "./fesm2022/marketplaces-payment.mjs"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sideEffects": false,
|
|
|
|
|
"type": "module"
|
|
|
|
|
}
|