Files
vitanovaPackages/packages/payment/package.json
sdarbinyan 5ffc1b1450
Some checks failed
Release / release-branches (auth) (push) Has been cancelled
Release / release-branches (payment) (push) Has been cancelled
Release / version-pr (push) Has been cancelled
feat(packages): add standalone auth and payment
2026-08-21 08:08:42 +04:00

26 lines
665 B
JSON

{
"name": "@marketplaces/payment",
"version": "0.1.0",
"description": "Standalone Angular payment UI and central payment API client.",
"module": "dist/fesm2022/marketplaces-payment.mjs",
"typings": "dist/types/marketplaces-payment.d.ts",
"files": ["dist"],
"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"
},
"peerDependencies": {
"@angular/core": ">=22.0.0",
"@angular/common": ">=22.0.0",
"rxjs": ">=7.8.0"
},
"publishConfig": {
"access": "restricted"
},
"license": "UNLICENSED"
}