2026-08-18 01:56:37 +04:00
|
|
|
{
|
|
|
|
|
"name": "@marketplaces/payment",
|
|
|
|
|
"version": "0.1.0",
|
2026-08-21 08:10:37 +04:00
|
|
|
"description": "Standalone Angular payment UI and central payment API client.",
|
|
|
|
|
"module": "dist/fesm2022/marketplaces-payment.mjs",
|
|
|
|
|
"typings": "dist/types/marketplaces-payment.d.ts",
|
2026-08-18 01:56:37 +04:00
|
|
|
"files": ["dist"],
|
2026-08-21 08:10:37 +04:00
|
|
|
"scripts": {
|
|
|
|
|
"build": "ng-packagr -p ng-package.json -c tsconfig.json",
|
|
|
|
|
"test": "node --test test/*.test.mjs"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"qrcode": "^1.5.4",
|
|
|
|
|
"tslib": "^2.8.0"
|
|
|
|
|
},
|
2026-08-18 01:56:37 +04:00
|
|
|
"peerDependencies": {
|
|
|
|
|
"@angular/core": ">=22.0.0",
|
|
|
|
|
"@angular/common": ">=22.0.0",
|
|
|
|
|
"rxjs": ">=7.8.0"
|
|
|
|
|
},
|
2026-08-21 08:10:37 +04:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "restricted"
|
|
|
|
|
},
|
2026-08-18 01:56:37 +04:00
|
|
|
"license": "UNLICENSED"
|
|
|
|
|
}
|