Files
vitanovaPackages/package.json

16 lines
471 B
JSON
Raw Normal View History

{
"name": "@marketplaces/auth",
"version": "0.1.0",
"description": "Shared customer + admin auth client (Telegram QR/session, Ed25519 admin verification, guards, interceptors) for marketplaces projects.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"peerDependencies": {
"@angular/core": ">=22.0.0",
"@angular/common": ">=22.0.0",
"@angular/router": ">=22.0.0",
"rxjs": ">=7.8.0"
},
"license": "UNLICENSED"
}