Files
vitanovaPackages/packages/payment/package.json
sdarbinyan 5567154fb4
Some checks failed
Release / release (push) Has been cancelled
chore: initial scaffold for @marketplaces/auth and @marketplaces/payment
2026-08-18 00:38:08 +04:00

22 lines
643 B
JSON

{
"name": "@marketplaces/payment",
"version": "0.1.0",
"description": "Shared payment/finance client (FX, pricing, checkout gateways) for marketplaces projects. Thin by design — payment business logic stays server-side per Phase 1/7 backend contracts.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "echo \"no tests yet\" && exit 0"
},
"peerDependencies": {
"@angular/core": ">=22.0.0",
"@angular/common": ">=22.0.0",
"rxjs": ">=7.8.0"
},
"publishConfig": {
"access": "restricted"
},
"license": "UNLICENSED"
}